Initializes a new instance of the SimpleExpression class
            with the specified value.
            
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public SimpleExpression( Int128 constant ) | 
| Visual Basic | 
|---|
| Public Sub New ( _ constant As Int128 _ ) | 
| Visual C++ | 
|---|
| public: SimpleExpression( Int128 constant ) | 
Parameters
- constant
- Type: SharpAssembler.Core..::..Int128
 A constant value.





