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