Struct BitArray64
구현
상속된 멤버
네임스페이스: UnityEngine.Experimental.Rendering
어셈블리: solution.dll
구문
[Serializable]
public struct BitArray64 : IBitArray
생성자
이름 | 설명 |
---|---|
BitArray64(IEnumerable<uint>) | |
BitArray64(ulong) |
프로퍼티
이름 | 설명 |
---|---|
this[uint] | |
allFalse | |
allTrue | |
capacity | |
humanizedData |
메서드
이름 | 설명 |
---|---|
BitAnd(IBitArray) | |
BitNot() | |
BitOr(IBitArray) | |
Equals(object) | Indicates whether this instance and a specified object are equal. |
GetHashCode() | Returns the hash code for this instance. |
연산자
이름 | 설명 |
---|---|
operator &(BitArray64, BitArray64) | |
operator |(BitArray64, BitArray64) | |
operator ==(BitArray64, BitArray64) | |
operator !=(BitArray64, BitArray64) | |
operator ~(BitArray64) |