Explicit conversion from 128bit integer to 16bit 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 short (
	Int128 a
)
Visual Basic
Public Shared Narrowing Operator CType ( 
	a As Int128
) As Short
Visual C++
static explicit operator short (
	Int128 a
)
F#
F# does not support the declaration of new casting operators.

Return Value

Type: Int16
16bit integer

See Also