Converts the specfied signed 16-bit value to a signed 128-bit value.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static implicit operator Int128 (
	short value
)
Visual Basic
Public Shared Widening Operator CType ( _
	value As Short _
) As Int128
Visual C++
static implicit operator Int128 (
	short value
)

Parameters

value
Type: System..::..Int16
The value to convert.

Return Value

The resulting 128-bit value.

See Also