Click or drag to resize

MathExtensions Class

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

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

Simple Math Extensions
Inheritance Hierarchy
SystemObject
  ExtentionsMathExtensions

Namespace:  Extentions
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public static class MathExtensions

The MathExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsEven
Determines whether the specified value is even.
Public methodStatic memberIsOdd(Double)
Determines whether the specified value is odd.
Public methodStatic memberIsOdd(Int32)
Determines whether the specified value is odd.
Public methodStatic memberIsOdd(UInt32)
Determines whether the specified value is odd.
Public methodStatic memberIsOdd(Base220)
Determines whether the specified value is odd.
Top
See Also