Name | Description | |
---|---|---|
![]() ![]() | Abs | Overloaded. Returns the absolute value of a value. |
![]() ![]() | Atan2Normalized | Returns the angle that is formed by a vector with the specified y and x coordinates and the X-axis. |
![]() ![]() | Ceiling | Overloaded. Rounds the value to the next instance of multiple |
![]() ![]() | CeilingEpsilon | 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. |
![]() ![]() | Clamp | Overloaded. Clamps the value to the [min;max] range. |
![]() ![]() | EqualsEpsilon | Overloaded. Returns true if value1 equals value2 with a default small value (epsilon). |
![]() ![]() | Factorial | Calculates the factorial of the given number. |
![]() ![]() | Floor | Overloaded. Rounds the value to the previous instance of multiple |
![]() ![]() | FloorEpsilon | 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. |
![]() ![]() | InClosedRange | Checks whether the value is in the closed range [min; max]. |
![]() ![]() | Int | Overloaded. Rounds the value to the adjacent integer that is closest to zero. |
![]() ![]() | IntUp | Overloaded. Rounds the value to the adjacent integer that is farest from zero. |
![]() ![]() | IsPowerOfTwo | Checks whether the specified number is exact power of 2. |
![]() ![]() | IsPrimeNumber | Checks whether the specified number is a prime number |
![]() ![]() | Logarithm | Computes the logarithm of the specified value with the specified base |
![]() ![]() | Max | Overloaded. Returns the max of two numbers |
![]() ![]() | MaxNaN | Returns the maximum of two values |
![]() ![]() | Min | Overloaded. Returns the min of two numbers |
![]() ![]() | MinMax | Gets the min and max from a set of four values |
![]() ![]() | MinNaN | Returns the minimum of two values |
![]() ![]() | Modulus | Returns the remainder (modulus) resulting when a number is divided by a divisor. The result has the same sign as the divisor. |
![]() ![]() | Round | Overloaded. Rounds the specified value to the nearest int value. |
![]() ![]() | Sum | Overloaded. Returns the sum of the array |
![]() ![]() | Trunc | Truncates a number to the precision represented by numDigits. |