Constructs a new arbitrary precision floating-point number from a double-precision floating-point number.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public BigFloat(
double value
)
Public Sub New (
value As Double
)
public:
BigFloat(
double value
)
new :
value : float -> BigFloat
Parameters
- value
- Type: SystemDouble
A Double.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference