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





