M_Furcadia_Drawing_VisibleArea_IsOdd - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Integer is Odd
Namespace: Furcadia.Drawing
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public static bool IsOdd(
int value
)
VB
Public Shared Function IsOdd (
value As Integer
) As Boolean
VB Usage
Dim value As Integer
Dim returnValue As Boolean
returnValue = VisibleArea.IsOdd(value)
C++
public:
static bool IsOdd(
int value
)
F#
static member IsOdd :
value : int -> bool
- value
- Type: System.Int32
[Missing documentation for "M:Furcadia.Drawing.VisibleArea.IsOdd(System.Int32)"]
Type: Boolean
[Missing documentation for "M:Furcadia.Drawing.VisibleArea.IsOdd(System.Int32)"]