BigFloat Implicit  Conversion (UInt64 to BigFloat)

Converts a 64 bit unsigned integer 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 (
	ulong value
)

Parameters

value  UInt64
A UInt64

Return Value

BigFloat
A BigFloat value that represents the converted 64 bit unsigned integer.

See Also