This documentation is compiled for the latest release of Mathos Core Library
Top
Top
The Get type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CustomList(FuncInt64, Boolean) |
Generates a custom list, which contains numbers that follow the custom rule.
| |
| CustomList(Int64, FuncInt64, Boolean) |
Generates a custom list, which contains numbers that follow the custom rule.
| |
| CustomList(Int64, Int64, FuncInt64, Boolean) |
Generates a custom list, which contains numbers that follow the custom rule.
| |
| Equals | (Inherited from Object.) | |
| Factorial(ListInt64) |
Calculates the factorials of the specified numbers.
| |
| Factorial(Int64) |
Calculates factorial of a number.
| |
| FactorialBig |
Calculates factorials for big numbers
| |
| FactorialBigInteger | ||
| Factors | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Gdc |
Caclulates the Greatest common divisor
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IntPower | ||
| Lcm |
Caclulates Least common multiple
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Mod |
Calculates modulo
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| From(Enum) | Overloaded. (Defined by Converter.) | |
| From(Base) | Overloaded. (Defined by Converter.) |
See Also