This documentation is compiled for the latest release of Mathos Core Library
Top
Methods
| Name | Description | |
|---|---|---|
| IsCoprime(Int16, Int16) |
Check if "num" is a coprime
| |
| IsCoprime(Int32, Int32) |
Check if "num" is a coprime
| |
| IsCoprime(Int64, Int64) |
Check if "num" is a coprime
| |
| IsDivisible(Int16, Int16) |
Check if "num" is divisible by "divisibleBy"
| |
| IsDivisible(Int32, Int32) |
Check if "num" is divisible by "divisibleBy"
| |
| IsDivisible(Int64, Int64) |
Check if "num" is divisible by "divisibleBy"
| |
| IsEven(Int16) |
Check if "num" is even
| |
| IsEven(Int32) |
Check if "num" is even
| |
| IsEven(Int64) |
Check if "num" is even
| |
| IsNegative(Int16) |
Check if "num" is negative
| |
| IsNegative(Int32) |
Check if "num" is negative
| |
| IsNegative(Int64) |
Check if "num" is negative
| |
| IsOdd(Int16) |
Check if "num" is odd
| |
| IsOdd(Int32) |
Check if "num" is odd
| |
| IsOdd(Int64) |
Check if "num" is odd
| |
| IsPositive(Int16) |
Check if "num" is positive
| |
| IsPositive(Int32) |
Check if "num" is positive
| |
| IsPositive(Int64) |
Check if "num" is positive
| |
| IsPrime(Int16) |
Check if "num" is a prime
| |
| IsPrime(Int32) |
Check if "num" is a prime
| |
| IsPrime(Int64) |
Check if "num" is a prime
| |
| ToNegative(Int16) |
Convert "num" to a negative number
| |
| ToNegative(Int32) |
Convert "num" to a negative number
| |
| ToNegative(Int64) |
Convert "num" to a negative number
| |
| ToPositive(Int16) |
Convert "num" to a positive number
| |
| ToPositive(Int32) |
Convert "num" to a positive number
| |
| ToPositive(Int64) |
Convert "num" to a positive number
|
See Also