Explicit conversion from 128bit integer to 64bit integer.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static explicit operator long (
	Int128 a
)
Visual Basic
Public Shared Narrowing Operator CType ( 
	a As Int128
) As Long
Visual C++
static explicit operator long long (
	Int128 a
)
F#
F# does not support the declaration of new casting operators.

Parameters

a
Type: MonoSoftware.Core..::..Int128
128bit integer

Return Value

Type: Int64
64bit integer

See Also