BigFloat(Int32) Constructor

Constructs a new arbitrary precision floating-point number from an integer.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public BigFloat(
	int value
)

Parameters

value  Int32
An integer.

See Also