BigInteger.IsEven Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value indicating whether a value is exactly divisible by two.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property IsEven As Boolean
public bool IsEven { get; }
public:
property bool IsEven {
    bool get ();
}
member IsEven : bool
function get IsEven () : boolean

Property Value

Type: System.Boolean
true if the value is an even number; otherwise, false.

.NET Framework Security

See Also

Reference

BigInteger Structure

Microsoft.SolverFoundation.Common Namespace