Constructs a new arbitrary precision floating-point number from an integer.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public BigFloat(
long value
)
Public Sub New (
value As Long
)
public:
BigFloat(
long long value
)
new :
value : int64 -> BigFloat
Parameters
- value
- Type: SystemInt64
An integer.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference