Converts the specfied signed 8-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 ( sbyte value ) |
Visual Basic |
---|
Public Shared Widening Operator CType ( _ value As SByte _ ) As Int128 |
Visual C++ |
---|
static implicit operator Int128 ( signed char value ) |
Parameters
- value
- Type: System..::..SByte
The value to convert.