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