C# Class BBGamelib.FloatUtils

Datei anzeigen Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Public Properties

Property Type Description
Epsilon float

Public Methods

Method Description
Big ( float a, float b ) : bool
EB ( float a, float b ) : bool
EQ ( float a, float b ) : bool
ES ( float a, float b ) : bool
NEQ ( float a, float b ) : bool
Round ( float a, int n ) : float
Small ( float a, float b ) : bool

Method Details

Big() public static method

public static Big ( float a, float b ) : bool
a float
b float
return bool

EB() public static method

public static EB ( float a, float b ) : bool
a float
b float
return bool

EQ() public static method

public static EQ ( float a, float b ) : bool
a float
b float
return bool

ES() public static method

public static ES ( float a, float b ) : bool
a float
b float
return bool

NEQ() public static method

public static NEQ ( float a, float b ) : bool
a float
b float
return bool

Round() public static method

public static Round ( float a, int n ) : float
a float
n int
return float

Small() public static method

public static Small ( float a, float b ) : bool
a float
b float
return bool

Property Details

Epsilon public_oe static_oe property

public static float Epsilon
return float