Methods

  NameDescription
Public methodStatic memberAlign(Int32, Int32)
Aligns the value to the next specified boundary.
Public methodStatic memberAlign(Int64, Int32)
Aligns the value to the next specified boundary.
Public methodStatic memberAlign(UInt32, Int32)
Aligns the value to the next specified boundary.
Public methodStatic memberAlign(UInt64, Int32)
Aligns the value to the next specified boundary.
Public methodStatic memberAlign(Int128, Int32)
Aligns the value to the next specified boundary.
Public methodStatic memberCalculatePadding(Int32, Int32)
Calculates the padding from the specified value to the next boundary.
Public methodStatic memberCalculatePadding(Int64, Int32)
Calculates the padding from the specified value to the next boundary.
Public methodStatic memberCalculatePadding(UInt32, Int32)
Calculates the padding from the specified value to the next boundary.
Public methodStatic memberCalculatePadding(UInt64, Int32)
Calculates the padding from the specified value to the next boundary.
Public methodStatic memberCalculatePadding(Int128, Int32)
Calculates the padding from the specified value to the next boundary.
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.
Public methodStatic memberIsPowerOfTwo(Int32)
Tests that the specified value is zero or a positive power of two.
Public methodStatic memberIsPowerOfTwo(Int64)
Tests that the specified value is zero or a positive power of two.
Public methodStatic memberIsPowerOfTwo(UInt32)
Tests that the specified value is zero or a positive power of two.
Public methodStatic memberIsPowerOfTwo(UInt64)
Tests that the specified value is zero or a positive power of two.

See Also