Int128   Conversion (Int128 to Double)

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

Definition

Namespace: Meta.Numerics.Extended
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static implicit operator double (
	Int128 s
)

Parameters

s  Int128
The 128-bit integer to convert.

Return Value

Double
The correspoding floating point value.

See Also