| Name | Description |
---|
  | Addition(BigFloat, BigFloat) | |
  | Addition(BigFloat, BigInteger) | |
  | Addition(BigFloat, BigRational) | |
  | Addition(BigFloat, Int32) | |
  | Addition(BigInteger, BigFloat) | |
  | Addition(BigRational, BigFloat) | |
  | Addition(Int32, BigFloat) | |
  | Division(BigFloat, BigFloat) | |
  | Division(BigFloat, BigInteger) |
Divides two numbers.
|
  | Equality |
Returns whether a BigFloat is equal to another.
|
  | (BigFloat to BigInteger) | |
  | (BigFloat to Quad) | |
  | (BigFloat to Byte) | |
  | (BigFloat to Decimal) | |
  | (BigFloat to Double) | |
  | (BigFloat to Int16) | |
  | (BigFloat to Int32) | |
  | (BigFloat to Int64) | |
  | (BigFloat to SByte) | |
  | (BigFloat to Single) |
Converts a BigFloat to a single-precision floating-point number.
|
  | (BigFloat to UInt16) | |
  | (BigFloat to UInt32) |
Converts a BigFloat to an unsigned integer.
|
  | (BigFloat to UInt64) |
Converts a BigFloat to a long unsigned integer.
|
  | Exponent(BigFloat, BigFloat) |
Represents the exponentiation operator.
|
  | Exponent(BigFloat, Int32) |
Represents the exponentiation operator.
|
  | Exponentiation(BigFloat, BigFloat) |
Represents the exponentiation operator.
|
  | Exponentiation(BigFloat, Int32) |
Represents the exponentiation operator.
|
  | GreaterThan |
Returns whether a BigFloat is greater than another.
|
  | GreaterThanOrEqual |
Returns whether a BigFloat is greater than or equal to another.
|
  | (BigInteger to BigFloat) | |
  | (Byte to BigFloat) | |
  | (Decimal to BigFloat) | |
  | (Double to BigFloat) |
Converts a double-precision floating-point number to a BigInteger value.
|
  | (Int16 to BigFloat) |
Converts a 16 bit signed integer to a BigFloat value.
|
  | (Int32 to BigFloat) |
Converts a 32 bit signed integer to a BigFloat value.
|
  | (Int64 to BigFloat) |
Converts a 64 bit signed integer to a BigFloat value.
|
  | (SByte to BigFloat) |
Converts a signed byte to a BigFloat value.
|
  | (Single to BigFloat) |
Converts a single-precision floating-point number to a BigInteger value.
|
  | (UInt16 to BigFloat) |
Converts a 16 bit unsigned integer to a BigFloat value.
|
  | (UInt32 to BigFloat) |
Converts a 32 bit unsigned integer to a BigFloat value.
|
  | (UInt64 to BigFloat) |
Converts a 64 bit unsigned integer to a BigFloat value.
|
  | Inequality |
Returns whether a BigFloat is not equal to another.
|
  | LessThan |
Returns whether a BigFloat is less than another.
|
  | LessThanOrEqual |
Returns whether a BigFloat is less than or equal to another.
|
  | Modulus |
Returns the remainder after dividing one BigFloat number by another.
|
  | Multiply(BigFloat, BigFloat) |
Multiplies two numbers.
|
  | Multiply(BigFloat, BigInteger) |
Multiplies two numbers.
|
  | Multiply(BigInteger, BigFloat) |
Multiplies two numbers.
|
  | Multiply(Int32, BigFloat) |
Multiplies a BigFloat value by an integer.
|
  | Subtraction(BigFloat, BigFloat) |
Subtracts one number from another.
|
  | Subtraction(BigFloat, Int32) | |
  | Subtraction(Int32, BigFloat) | |
  | UnaryNegation |
Returns a BigInteger value with the opposite sign.
|