BigFloat Implicit  Conversion (BigInteger to BigFloat)

Converts a BigInteger to a BigFloat value.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static implicit operator BigFloat (
	BigInteger value
)

Parameters

value  BigInteger
The BigInteger to convert.

Return Value

BigFloat
A BigFloat value with the same value as value.

See Also