BinarySize Operators and Type Conversions |
The BinarySize type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Implements the operator +.
| |
Division |
Implements the operator /.
| |
Equality |
Determines whether two specified BinarySize values are the same.
| |
(BinarySize to Byte) |
Performs an explicit conversion from BinarySize to Byte.
| |
(BinarySize to Decimal) |
Performs an explicit conversion from BinarySize to Decimal.
| |
(BinarySize to Double) |
Performs an explicit conversion from BinarySize to Double.
| |
(BinarySize to Int16) |
Performs an explicit conversion from BinarySize to Int16.
| |
(BinarySize to Int32) |
Performs an explicit conversion from BinarySize to Int32.
| |
(BinarySize to Int64) |
Performs an explicit conversion from BinarySize to Int16.
| |
(BinarySize to SByte) |
Performs an explicit conversion from BinarySize to SByte.
| |
(BinarySize to Single) |
Performs an explicit conversion from BinarySize to Single.
| |
(BinarySize to UInt16) |
Performs an explicit conversion from BinarySize to UInt16.
| |
(BinarySize to UInt32) |
Performs an explicit conversion from BinarySize to UInt32.
| |
(BinarySize to UInt64) |
Performs an explicit conversion from BinarySize to UInt64.
| |
GreaterThan |
Returns a value indicating whether a specified BinarySize is greater than another BinarySize.
| |
GreaterThanOrEqual |
Returns a value indicating whether a specified BinarySize is greater than or equal to another BinarySize.
| |
(Byte to BinarySize) |
Performs an implicit conversion from Byte to BinarySize.
| |
(Decimal to BinarySize) |
Performs an implicit conversion from Decimal to BinarySize.
| |
(Double to BinarySize) |
Performs an implicit conversion from Double to BinarySize.
| |
(Int16 to BinarySize) |
Performs an implicit conversion from Int16 to BinarySize.
| |
(Int32 to BinarySize) |
Performs an implicit conversion from Int32 to BinarySize.
| |
(Int64 to BinarySize) |
Performs an implicit conversion from Int64 to BinarySize.
| |
(SByte to BinarySize) |
Performs an implicit conversion from SByte to BinarySize.
| |
(Single to BinarySize) |
Performs an implicit conversion from Single to BinarySize.
| |
(UInt16 to BinarySize) |
Performs an implicit conversion from UInt16 to BinarySize.
| |
(UInt32 to BinarySize) |
Performs an implicit conversion from UInt32 to BinarySize.
| |
(UInt64 to BinarySize) |
Performs an implicit conversion from UInt64 to BinarySize.
| |
Inequality |
Determines whether two specified BinarySize values are different.
| |
LessThan |
Returns a value indicating whether a specified BinarySize is less than another BinarySize.
| |
LessThanOrEqual |
Returns a value indicating whether a specified BinarySize is less than or equal to another BinarySize.
| |
Multiply |
Implements the operator *.
| |
Subtraction |
Implements the operator -.
| |
UnaryNegation |
Implements the unary operator -.
|