Returns the product of two Int128 values.
            
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public static Int128 Multiply( Int128 left, Int128 right ) | 
| Visual Basic | 
|---|
| Public Shared Function Multiply ( _ left As Int128, _ right As Int128 _ ) As Int128 | 
| Visual C++ | 
|---|
| public: static Int128 Multiply( Int128 left, Int128 right ) | 
Parameters
- left
- Type: SharpAssembler.Core..::..Int128
 The first number to multiply.
- right
- Type: SharpAssembler.Core..::..Int128
 The second number to multiply.





