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
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
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
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
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
new: BigInteger -> Rat
Constructs an integer rational number.
Declaration
new: value:BigInteger -> Rat
Parameters
| Type |
Name |
Description |
| System.Numerics.BigInteger |
value |
|
Returns
new: int32 -> Rat
Constructs an integer rational number.
Declaration
Parameters
| Type |
Name |
Description |
| int32 |
value |
|
Returns
new: uint32 -> Rat
Constructs an integer rational number.
Declaration
Parameters
| Type |
Name |
Description |
| uint32 |
value |
|
Returns
new: int64 -> Rat
Constructs an integer rational number.
Declaration
Parameters
| Type |
Name |
Description |
| int64 |
value |
|
Returns
new: uint64 -> Rat
Constructs an integer rational number.
Declaration
Parameters
| Type |
Name |
Description |
| uint64 |
value |
|
Returns