Class MathEx
MathEx class. Provides additional math methods.
Inheritance
System.Object
MathEx
Namespace: Cosmos.System
Assembly: Cosmos.System2.dll
Syntax
public static class MathEx : object
Methods
| Improve this Doc View SourceRem(Int64, Int64)
Get the remainder on division of a in b.
Declaration
public static long Rem(long a, long b)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | a | Divided number. |
System.Int64 | b | Divider. |
Returns
Type | Description |
---|---|
System.Int64 | long value. |