Overload List
| Name | Description | |
|---|---|---|
| GetSizeOfValue(Byte) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(Int16) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(Int32) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(Int64) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(SByte) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(UInt16) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(UInt32) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(UInt64) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(Int128) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(Byte, Boolean) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(Int16, Boolean) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(Int32, Boolean) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(Int64, Boolean) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(SByte, Boolean) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(UInt16, Boolean) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(UInt32, Boolean) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(UInt64, Boolean) |
Returns the minimum size required to fit the specified value.
| |
| GetSizeOfValue(Int128, Boolean) |
Determines the minimum width that can fit the specified (signed or unsigned) value.
|