BigFloat Constructor

Overload List

BigFloat(BigInteger) Constructs a new arbitrary precision floating-point number from a BigInteger.
BigFloat(BigRational) Constructs a new arbitrary precision floating-point number from a rational number.
BigFloat(Double) Constructs a new arbitrary precision floating-point number from a double-precision floating-point number.
BigFloat(Int32) Constructs a new arbitrary precision floating-point number from an integer.
BigFloat(Int64) Constructs a new arbitrary precision floating-point number from an integer.
BigFloat(Double, AccuracyGoal) Constructs a new arbitrary precision floating-point number from a double-precision floating-point number.
BigFloat(Int32, AccuracyGoal) Constructs a new arbitrary precision floating-point number from an integer.
BigFloat(Int64, AccuracyGoal) Constructs a new arbitrary precision floating-point number from an integer.
BigFloat(BigInteger, AccuracyGoal, RoundingMode) Constructs a new arbitrary precision floating-point number from a BigInteger.
BigFloat(BigRational, AccuracyGoal, RoundingMode) Constructs a new arbitrary precision floating-point number from a rational number.
BigFloat(Int32, BigInteger, Int32) Constructs a new arbitrary precision floating-point number from the specified sign, mantissa, and exponent.

See Also