Converts the specfied unsigned 16-bit value to a signed 128-bit value.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static implicit operator Int128 ( ushort value ) |
| Visual Basic |
|---|
Public Shared Widening Operator CType ( _ value As UShort _ ) As Int128 |
| Visual C++ |
|---|
static implicit operator Int128 ( unsigned short value ) |
Parameters
- value
- Type: System..::..UInt16
The value to convert.