Overload List

  NameDescription
Public methodStatic memberGetSizeOfValue(Byte)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(Int16)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(Int32)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(Int64)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(SByte)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(UInt16)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(UInt32)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(UInt64)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(Int128)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(Byte, Boolean)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(Int16, Boolean)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(Int32, Boolean)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(Int64, Boolean)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(SByte, Boolean)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(UInt16, Boolean)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(UInt32, Boolean)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(UInt64, Boolean)
Returns the minimum size required to fit the specified value.
Public methodStatic memberGetSizeOfValue(Int128, Boolean)
Determines the minimum width that can fit the specified (signed or unsigned) value.

See Also