Implicit conversion from 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 (
	short i
)
Visual Basic
Public Shared Widening Operator CType ( 
	i As Short
) As Int128
Visual C++
static implicit operator Int128 (
	short i
)
F#
F# does not support the declaration of new casting operators.

Parameters

i
Type: System..::..Int16
16bit integer

Return Value

Type: Int128
128bit integer

See Also