MathLib Docs MathLib Docs
MathLib Docs MathLib Docs

Search Results for

    Edit this page

    Class QTuple

    Inheritance
    object
    QTuple
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: MathLib
    Assembly: MathLib.dll
    Syntax
    public class QTuple

    Constructors

    | Edit this page View Source

    QTuple(Q, int)

    Declaration
    public QTuple(Q q, int base_)
    Parameters
    Type Name Description
    Q q
    int base_

    Properties

    | Edit this page View Source

    A

    Declaration
    public Q A { get; }
    Property Value
    Type Description
    Q
    | Edit this page View Source

    B

    Declaration
    public Q B { get; }
    Property Value
    Type Description
    Q
    | Edit this page View Source

    Base

    Declaration
    public int Base { get; }
    Property Value
    Type Description
    int