Methods
Name | Description | |
---|---|---|
![]() ![]() | Align(Int32, Int32) |
Aligns the value to the next specified boundary.
|
![]() ![]() | Align(Int64, Int32) |
Aligns the value to the next specified boundary.
|
![]() ![]() | Align(UInt32, Int32) |
Aligns the value to the next specified boundary.
|
![]() ![]() | Align(UInt64, Int32) |
Aligns the value to the next specified boundary.
|
![]() ![]() | Align(Int128, Int32) |
Aligns the value to the next specified boundary.
|
![]() ![]() | CalculatePadding(Int32, Int32) |
Calculates the padding from the specified value to the next boundary.
|
![]() ![]() | CalculatePadding(Int64, Int32) |
Calculates the padding from the specified value to the next boundary.
|
![]() ![]() | CalculatePadding(UInt32, Int32) |
Calculates the padding from the specified value to the next boundary.
|
![]() ![]() | CalculatePadding(UInt64, Int32) |
Calculates the padding from the specified value to the next boundary.
|
![]() ![]() | CalculatePadding(Int128, Int32) |
Calculates the padding from the specified value to the next boundary.
|
![]() ![]() | 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.
|
![]() ![]() | IsPowerOfTwo(Int32) |
Tests that the specified value is zero or a positive power of two.
|
![]() ![]() | IsPowerOfTwo(Int64) |
Tests that the specified value is zero or a positive power of two.
|
![]() ![]() | IsPowerOfTwo(UInt32) |
Tests that the specified value is zero or a positive power of two.
|
![]() ![]() | IsPowerOfTwo(UInt64) |
Tests that the specified value is zero or a positive power of two.
|