Click or drag to resize

Int128  Conversion (Int128 to Double)

Converts a 128-bit integer into a floating point value.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static implicit operator double (
	Int128 s
)

Parameters

s
Type: Meta.Numerics.ExtendedInt128
The 128-bit integer to convert.

Return Value

Type: Double
The correspoding floating point value.
See Also