Click or drag to resize

Base220 Operators and Type Conversions

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

The Base220 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Implements the operator +.
Public operatorStatic memberDivision
Implements the operator /.
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic member(Base220 to Int16)
Performs an explicit conversion from Base220 to Int16.
Public operatorStatic memberGreaterThan
Implements the operator >.
Public operatorStatic member(Int16 to Base220)
Performs an implicit conversion from Int16 to Base220.
Public operatorStatic member(Int32 to Base220)
Performs an implicit conversion from Int32 to Base220.
Public operatorStatic member(String to Base220)
Performs an implicit conversion from String to Base220.
Public operatorStatic member(Base220 to Byte)
Performs an implicit conversion from Base220 to Byte.
Public operatorStatic member(Base220 to Int32)
Performs an implicit conversion from Base220 to Int32.
Public operatorStatic member(Base220 to String)
Performs an implicit conversion from Base220 to String.
Public operatorStatic memberInequality
Implements the operator !=.
Public operatorStatic memberLessThan
Implements the operator <.
Public operatorStatic memberModulus
Implements the operator %.
Public operatorStatic memberMultiply
Implements the operator *.
Public operatorStatic memberSubtraction
Implements the operator -.
Top
See Also