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(
int value
)
Public Sub New (
value As Integer
)
public:
BigFloat(
int value
)
new :
value : int -> BigFloat
Parameters
- value
- Type: SystemInt32
An integer.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference