NevronOpenVision
Nevron.Nov Namespace / NMathF Class


In This Topic
NMathF Class Methods
In This Topic

For a list of all members of this type, see NMathF members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns the absolute value of a value.  
Public Methodstatic (Shared in Visual Basic)Returns the angle that is formed by a vector with the specified y and x coordinates and the X-axis.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Rounds the value to the next instance of multiple  
Public Methodstatic (Shared in Visual Basic)Returns the smallest integral value that is greater than or equal to the specified float-precision floating-point number. If the given value is almost equal (epsilon equals) to a smaller integer value, it's returned instead.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Clamps the value to the [min;max] range.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns true if value1 equals value2 with a default small value (epsilon).  
Public Methodstatic (Shared in Visual Basic)Calculates the factorial of the given number.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Rounds the value to the previous instance of multiple  
Public Methodstatic (Shared in Visual Basic)Returns the largest integer less than or equal to the specified float-precision floating-point number. If the given value is almost equal (epsilon equals) to a larger integer value, it's returned instead.  
Public Methodstatic (Shared in Visual Basic)Checks whether the value is in the closed range [min; max].  
Public Methodstatic (Shared in Visual Basic)Overloaded. Rounds the value to the adjacent integer that is closest to zero.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Rounds the value to the adjacent integer that is farest from zero.  
Public Methodstatic (Shared in Visual Basic)Checks whether the specified number is exact power of 2.  
Public Methodstatic (Shared in Visual Basic)Checks whether the specified number is a prime number  
Public Methodstatic (Shared in Visual Basic)Computes the logarithm of the specified value with the specified base  
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns the max of two numbers  
Public Methodstatic (Shared in Visual Basic)Returns the maximum of two values  
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns the min of two numbers  
Public Methodstatic (Shared in Visual Basic)Gets the min and max from a set of four values  
Public Methodstatic (Shared in Visual Basic)Returns the minimum of two values  
Public Methodstatic (Shared in Visual Basic)Returns the remainder (modulus) resulting when a number is divided by a divisor. The result has the same sign as the divisor.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Rounds the specified value to the nearest int value.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Returns the sum of the array  
Public Methodstatic (Shared in Visual Basic)Truncates a number to the precision represented by numDigits.  
Top
See Also