Converts the specfied signed 128-bit value to a signed 64-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 explicit operator long ( Int128 value ) | 
| Visual Basic | 
|---|
| Public Shared Narrowing Operator CType ( _ value As Int128 _ ) As Long | 
| Visual C++ | 
|---|
| static explicit operator long long ( Int128 value ) | 
Parameters
- value
- Type: SharpAssembler.Core..::..Int128
 The value to convert.





