Gets whether the value of this Int128 is an even number.

Namespace: SharpAssembler.Core
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsEven { get; }
Visual Basic
Public ReadOnly Property IsEven As Boolean
	Get
Visual C++
public:
property bool IsEven {
	bool get ();
}

Field Value

trueTruetruetrue (True in Visual Basic) when this value is an even number; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

Zero is also an even number.

See Also