![]() | BinarySize Methods |
The BinarySize type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Returns a new BinarySize object whose value is the sum of the specified BinarySize object and this instance.
|
![]() | CompareTo(BinarySize) |
Compares this instance to a specified BinarySize and returns an indication of their relative values.
|
![]() | CompareTo(Object) |
Compares this instance to a specified object and returns an indication of their relative values.
|
![]() | Divide |
Returns a new BinarySize object whose value is the division of the specified Int64 object and this instance.
|
![]() | Equals(BinarySize) |
Returns a value indicating whether this instance is equal to a specified BinarySize value.
|
![]() | Equals(Object) |
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).) |
![]() | GetHashCode |
Returns the hash code for this BinarySize.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Multiply |
Returns a new BinarySize object whose value is the product of the specified Int64 object and this instance.
|
![]() | Negate |
Returns a new BinarySize object whose value is the negation of this instance.
|
![]() ![]() | Parse(String) |
Converts the string representation of a byte size into a BinarySize structure.
|
![]() ![]() | Parse(String, IFormatProvider) |
Converts the string representation of a byte size in a specified culture-specific format into a BinarySize structure.
|
![]() | Subtract |
Returns a new BinarySize object whose value is the difference of the specified BinarySize object and this instance.
|
![]() | ToByte |
Performs an explicit conversion from BinarySize to Byte.
|
![]() | ToDecimal |
Performs an explicit conversion from BinarySize to Decimal.
|
![]() | ToDouble |
Performs an explicit conversion from BinarySize to Double.
|
![]() | ToInt16 |
Performs an explicit conversion from BinarySize to Int16.
|
![]() | ToInt32 |
Performs an explicit conversion from BinarySize to Int32.
|
![]() | ToInt64 |
Performs an explicit conversion from BinarySize to Int64.
|
![]() | ToSByte |
Performs an explicit conversion from BinarySize to SByte.
|
![]() | ToSingle |
Performs an explicit conversion from BinarySize to Single.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides ValueTypeToString.) |
![]() | ToString(IFormatProvider) |
Returns a String that represents this instance.
|
![]() | ToString(String) |
Returns a String that represents this instance.
|
![]() | ToString(String, IFormatProvider) |
Returns a String that represents this instance.
|
![]() | ToUInt16 |
Performs an explicit conversion from BinarySize to UInt16.
|
![]() | ToUInt32 |
Performs an explicit conversion from BinarySize to UInt32.
|
![]() | ToUInt64 |
Performs an explicit conversion from BinarySize to UInt64.
|