|
MathExtensionsIsOdd Method (Base220)
|
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(
Base220 value
)
Public Shared Function IsOdd (
value As Base220
) As Boolean
Dim value As Base220
Dim returnValue As Boolean
returnValue = MathExtensions.IsOdd(value)
public:
static bool IsOdd(
Base220^ value
)
static member IsOdd :
value : Base220 -> bool
Parameters
- value
- Type: Furcadia.TextBase220
The value.
Return Value
Type:
Booleantrue if the specified value is odd; otherwise,
false.
See Also