Class QTuple
Inherited Members
Namespace: MathLib
Assembly: MathLib.dll
Syntax
public class QTuple
Constructors
| Edit this page View SourceQTuple(Q, int)
Declaration
public QTuple(Q q, int base_)
Parameters
Type | Name | Description |
---|---|---|
Q | q | |
int | base_ |
Properties
| Edit this page View SourceA
Declaration
public Q A { get; }
Property Value
Type | Description |
---|---|
Q |
B
Declaration
public Q B { get; }
Property Value
Type | Description |
---|---|
Q |
Base
Declaration
public int Base { get; }
Property Value
Type | Description |
---|---|
int |