Gets whether the value of this Int128 is zero.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public bool IsZero { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsZero As Boolean Get |
| Visual C++ |
|---|
public: property bool IsZero { bool get (); } |