BigFloat Implicit  Conversion (Single to BigFloat)

Converts a single-precision floating-point number to a BigInteger value.

Definition

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

Parameters

value  Single
A Single value.

Return Value

BigFloat

See Also