VisibleArea.IsOdd Method

Furcadia Framework

VisibleAreaIsOdd Method

Furcadia Framework For Third Party Programs
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 42
Syntax

public static bool IsOdd(
	int value
)
Public Shared Function IsOdd ( 
	value As Integer
) As Boolean

Dim value As Integer
Dim returnValue As Boolean

returnValue = VisibleArea.IsOdd(value)
public:
static bool IsOdd(
	int value
)
static member IsOdd : 
        value : int -> bool 

Parameters

value
Type: SystemInt32

[Missing <param name="value"/> documentation for "M:Furcadia.Drawing.VisibleArea.IsOdd(System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Furcadia.Drawing.VisibleArea.IsOdd(System.Int32)"]

See Also

Reference