Quad.IsOddInteger Method
Determines if a value represents an odd integral number.
DefinitionPermalink
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
C#
true if value is an odd integer; otherwise, false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.2
public static bool IsOddInteger(
Quad value
)
ParametersPermalink
- value Quad
- The value to be checked.
Return ValuePermalink
Booleantrue if value is an odd integer; otherwise, false.