|
|
Base220 Operators and Type Conversions |
[This is preliminary documentation and is subject to change.]
The Base220 type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition |
Implements the operator +.
| |
| Division |
Implements the operator /.
| |
| Equality |
Implements the operator ==.
| |
| (Base220 to Int16) | ||
| GreaterThan |
Implements the operator >.
| |
| (Int16 to Base220) | ||
| (Int32 to Base220) | ||
| (String to Base220) | ||
| (Base220 to Byte) | ||
| (Base220 to Int32) | ||
| (Base220 to String) | ||
| Inequality |
Implements the operator !=.
| |
| LessThan |
Implements the operator <.
| |
| Modulus |
Implements the operator %.
| |
| Multiply |
Implements the operator *.
| |
| Subtraction |
Implements the operator -.
|