Converts the specfied unsigned 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
Syntax
| C# | 
|---|
| public static implicit operator Int128 ( byte value ) | 
| Visual Basic | 
|---|
| Public Shared Widening Operator CType ( _ value As Byte _ ) As Int128 | 
| Visual C++ | 
|---|
| static implicit operator Int128 ( unsigned char value ) | 
Parameters
- value
- Type: System..::..Byte
 The value to convert.





