This documentation is compiled for the latest release of Mathos Core Library
Top
The Fraction type exposes the following members.
Operators
| Name | Description | |
|---|---|---|
| Addition(Int64, Fraction) |
Addition
| |
| Addition(Fraction, Fraction) |
Addition
| |
| Division |
Division
| |
| Equality |
The equalto operator
| |
| GreaterThan |
The more-than operator
| |
| GreaterThanOrEqual |
The more-than or equalto operator
| |
| (Int64 to Fraction) | ||
| (String to Fraction) | ||
| (Fraction to Decimal) | ||
| Inequality |
The not-equalto operator
| |
| LessThan |
The less-than operator
| |
| LessThanOrEqual |
The less-than or equalto operator
| |
| Multiply |
Multiplication
| |
| Subtraction(Int64, Fraction) |
Subtraction
NOTE: This operator is calling itself!
| |
| Subtraction(Fraction, Fraction) |
Subtraction
| |
| Subtraction(Fraction, Int64) |
Subtraction
|
See Also