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