Implicit conversion from unsigend 16bit to 128bit integer.

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

Syntax

C#
public static implicit operator Int128 (
	ushort u
)
Visual Basic
Public Shared Widening Operator CType ( 
	u As UShort
) As Int128
Visual C++
static implicit operator Int128 (
	unsigned short u
)
F#
F# does not support the declaration of new casting operators.

Parameters

u
Type: System..::..UInt16
Unsigned 16bit integer

Return Value

Type: Int128
128bit integer

See Also