EsbDecimals - a Free Subset of ESBPCS for .NET

IntOps.Odd Method (Int64)

Determines whether an Integral value is Odd.

[Visual Basic]
Overloads Public Shared Function Odd( _
   ByVal x As Long _
) As Boolean
[C#]
public static bool Odd(
   long x
);

Parameters

x
Value to Test.

Return Value

True if Odd, False if Even.

See Also

IntOps Class | Esb.Math Namespace | IntOps.Odd Overload List