Bits Class |
[Missing <summary> documentation for "T:Demo3D.Utilities.Bits"]
Namespace: Demo3D.Utilities
public static class Bits
The Bits type exposes the following members.
| Name | Description | |
|---|---|---|
| BAnd(Int32, Int32) | ||
| BAnd(Int64, Int64) | ||
| BitShiftRight(Int32, Int32) | ||
| BitShiftRight(Int64, Int32) | ||
| BOr(Int32, Int32) | ||
| BOr(Int64, Int64) | ||
| BXor(Int32, Int32) | ||
| BXor(Int64, Int64) | ||
| Clear(Int32, Int32) | ||
| Clear(Int64, Int32) | ||
| Complement(Int32) | ||
| Complement(Int64) | ||
| CountBits |
Return number of bits set in a 64 bit unsigned integer.
| |
| Set(Int32, Int32) | ||
| Set(Int64, Int32) | ||
| ShiftLeft(Int32, Int32) | ||
| ShiftLeft(Int64, Int32) | ||
| ShiftRight(Int32, Int32) | ||
| ShiftRight(Int64, Int32) | ||
| Test(Int32, Int32) | ||
| Test(Int64, Int32) | ||
| ToULong |
Convert a signed 32-bit integer to an unsigned 64 bit integer without extending the sign.
|