Treehopper C# API
Numbers Member List

This is the complete list of members for Numbers, including all inherited members.

BcdToInt(int val)Numbersstatic
CloseTo(this double val, double comparedTo, double error=0.0001)Numbersstatic
CloseTo(this float val, float comparedTo, double error=0.0001)Numbersstatic
CloseTo(this int val, int comparedTo, double error=0.0001)Numbersstatic
Constrain(this double x, double a=0.0, double b=1.0)Numbersstatic
Constrain< T >(T x, T a, T b)Numbersstatic
Lerp(float value1, float value2, float amount)Numbersstatic
Map(double input, double fromMin, double fromMax, double toMin, double toMax)Numbersstatic