Big Float.Is One Property
Checks if the value of a BigFloat value is equal to one.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.19
C#
true if the number is equal to one; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.19
public bool IsOne { get; }
Return Value
Booleantrue if the number is equal to one; otherwise false.