메소드 | 설명 | |
---|---|---|
Align ( long value ) : long |
Aligns a value to the next 32-bit boundary.
|
|
HiWord ( uint value ) : ushort |
Retrieves the high-order word from the specified 32-bit value.
|
|
LoWord ( uint value ) : ushort |
Retrieves the low-order word from the specified value.
|
public static Align ( long value ) : long | ||
value | long | /// The value to align. /// |
리턴 | long |
public static HiWord ( uint value ) : ushort | ||
value | uint | /// The value to be converted. /// |
리턴 | ushort |
public static LoWord ( uint value ) : ushort | ||
value | uint | /// The value to be converted. /// |
리턴 | ushort |