Click or drag to resize

BinarySize Operators and Type Conversions

The BinarySize type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Implements the operator +.
Public operatorStatic memberDivision
Implements the operator /.
Public operatorStatic memberEquality
Determines whether two specified BinarySize values are the same.
Public operatorStatic member(BinarySize to Byte)
Performs an explicit conversion from BinarySize to Byte.
Public operatorStatic member(BinarySize to Decimal)
Performs an explicit conversion from BinarySize to Decimal.
Public operatorStatic member(BinarySize to Double)
Performs an explicit conversion from BinarySize to Double.
Public operatorStatic member(BinarySize to Int16)
Performs an explicit conversion from BinarySize to Int16.
Public operatorStatic member(BinarySize to Int32)
Performs an explicit conversion from BinarySize to Int32.
Public operatorStatic member(BinarySize to Int64)
Performs an explicit conversion from BinarySize to Int16.
Public operatorStatic member(BinarySize to SByte)
Performs an explicit conversion from BinarySize to SByte.
Public operatorStatic member(BinarySize to Single)
Performs an explicit conversion from BinarySize to Single.
Public operatorStatic member(BinarySize to UInt16)
Performs an explicit conversion from BinarySize to UInt16.
Public operatorStatic member(BinarySize to UInt32)
Performs an explicit conversion from BinarySize to UInt32.
Public operatorStatic member(BinarySize to UInt64)
Performs an explicit conversion from BinarySize to UInt64.
Public operatorStatic memberGreaterThan
Returns a value indicating whether a specified BinarySize is greater than another BinarySize.
Public operatorStatic memberGreaterThanOrEqual
Returns a value indicating whether a specified BinarySize is greater than or equal to another BinarySize.
Public operatorStatic member(Byte to BinarySize)
Performs an implicit conversion from Byte to BinarySize.
Public operatorStatic member(Decimal to BinarySize)
Performs an implicit conversion from Decimal to BinarySize.
Public operatorStatic member(Double to BinarySize)
Performs an implicit conversion from Double to BinarySize.
Public operatorStatic member(Int16 to BinarySize)
Performs an implicit conversion from Int16 to BinarySize.
Public operatorStatic member(Int32 to BinarySize)
Performs an implicit conversion from Int32 to BinarySize.
Public operatorStatic member(Int64 to BinarySize)
Performs an implicit conversion from Int64 to BinarySize.
Public operatorStatic member(SByte to BinarySize)
Performs an implicit conversion from SByte to BinarySize.
Public operatorStatic member(Single to BinarySize)
Performs an implicit conversion from Single to BinarySize.
Public operatorStatic member(UInt16 to BinarySize)
Performs an implicit conversion from UInt16 to BinarySize.
Public operatorStatic member(UInt32 to BinarySize)
Performs an implicit conversion from UInt32 to BinarySize.
Public operatorStatic member(UInt64 to BinarySize)
Performs an implicit conversion from UInt64 to BinarySize.
Public operatorStatic memberInequality
Determines whether two specified BinarySize values are different.
Public operatorStatic memberLessThan
Returns a value indicating whether a specified BinarySize is less than another BinarySize.
Public operatorStatic memberLessThanOrEqual
Returns a value indicating whether a specified BinarySize is less than or equal to another BinarySize.
Public operatorStatic memberMultiply
Implements the operator *.
Public operatorStatic memberSubtraction
Implements the operator -.
Public operatorStatic memberUnaryNegation
Implements the unary operator -.
Top
See Also