BigFloat Explicit  Conversion (BigFloat to UInt64)

Converts a BigFloat to a long unsigned integer.

Definition

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

Parameters

value  BigFloat
The BigFloat to convert.

Return Value

UInt64
The unsigned 64 bit integer that is contained in the 64 least significant bits of value.

Remarks

This method never throws an exception.

See Also