Show / Hide Table of Contents

    Constructor ( .ctor )

    new: BigInteger * BigInteger -> Rat

    Constructs a fraction from numerator and denominator.

    Declaration
    new: num:BigInteger * dnm:BigInteger -> Rat
    Parameters
    Type Name Description
    System.Numerics.BigInteger num
    System.Numerics.BigInteger dnm
    Returns
    Type Description
    Rat

    new: int32 * int32 -> Rat

    Constructs a fraction from numerator and denominator.

    Declaration
    new: num:int32 * dnm:int32 -> Rat
    Parameters
    Type Name Description
    int32 num
    int32 dnm
    Returns
    Type Description
    Rat

    new: uint32 * uint32 -> Rat

    Constructs a fraction from numerator and denominator.

    Declaration
    new: num:uint32 * dnm:uint32 -> Rat
    Parameters
    Type Name Description
    uint32 num
    uint32 dnm
    Returns
    Type Description
    Rat

    new: int64 * int64 -> Rat

    Constructs a fraction from numerator and denominator.

    Declaration
    new: num:int64 * dnm:int64 -> Rat
    Parameters
    Type Name Description
    int64 num
    int64 dnm
    Returns
    Type Description
    Rat

    new: uint64 * uint64 -> Rat

    Constructs a fraction from numerator and denominator.

    Declaration
    new: num:uint64 * dnm:uint64 -> Rat
    Parameters
    Type Name Description
    uint64 num
    uint64 dnm
    Returns
    Type Description
    Rat

    new: BigInteger -> Rat

    Constructs an integer rational number.

    Declaration
    new: value:BigInteger -> Rat
    Parameters
    Type Name Description
    System.Numerics.BigInteger value
    Returns
    Type Description
    Rat

    new: int32 -> Rat

    Constructs an integer rational number.

    Declaration
    new: value:int32 -> Rat
    Parameters
    Type Name Description
    int32 value
    Returns
    Type Description
    Rat

    new: uint32 -> Rat

    Constructs an integer rational number.

    Declaration
    new: value:uint32 -> Rat
    Parameters
    Type Name Description
    uint32 value
    Returns
    Type Description
    Rat

    new: int64 -> Rat

    Constructs an integer rational number.

    Declaration
    new: value:int64 -> Rat
    Parameters
    Type Name Description
    int64 value
    Returns
    Type Description
    Rat

    new: uint64 -> Rat

    Constructs an integer rational number.

    Declaration
    new: value:uint64 -> Rat
    Parameters
    Type Name Description
    uint64 value
    Returns
    Type Description
    Rat
    Back to top Generated by DocFX