Click or drag to resize

MathExtensionsIsOdd Method (Double)

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Determines whether the specified value is odd.

Namespace:  Extentions
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public static bool IsOdd(
	double value
)

Parameters

value
Type: SystemDouble
The value.

Return Value

Type: Boolean
true if the specified value is odd; otherwise, false.
See Also