BigFloat.IsOne Property

Checks if the value of a BigFloat value is equal to one.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public bool IsOne { get; }

Return Value

Boolean
true if the number is equal to one; otherwise false.

See Also