Method | Description | |
---|---|---|
And ( byte source1, byte source2, byte destination ) : void | ||
And ( byte source1, int source1Index, byte source2, int source2Index, byte destination, int destinationIndex, int length ) : void | ||
Compare ( byte source1, byte source2 ) : int | ||
Compare ( byte source1, int source1Index, byte source2, int source2Index, int length ) : int | ||
Copy ( byte source, int sourceIndex, byte destination, int destinationIndex, int length ) : void | ||
Equals ( byte source1, byte source2 ) : bool | ||
Equals ( byte source1, int source1Index, byte source2, int source2Index, int length ) : bool | ||
Equals ( object obj1, object obj2 ) : bool | ||
Or ( byte source1, byte source2, byte destination ) : void | ||
Or ( byte source1, int source1Index, byte source2, int source2Index, byte destination, int destinationIndex, int length ) : void | ||
Xor ( byte source1, byte source2, byte destination ) : void | ||
Xor ( byte source1, int source1Index, byte source2, int source2Index, byte destination, int destinationIndex, int length ) : void | ||
Zero ( byte source ) : void | ||
Zero ( byte source, int index, int length ) : void |
Method | Description | |
---|---|---|
BitwiseOperation ( BitwiseOperationDelegate bitwiseOperation, byte source1, byte source2, byte destination ) : void | ||
BitwiseOperation ( BitwiseOperationDelegate bitwiseOperation, byte source1, int source1Index, byte source2, int source2Index, byte destination, int destinationIndex, int length ) : void | ||
Unsafe ( ) : System |
public static And ( byte source1, byte source2, byte destination ) : void | ||
source1 | byte | |
source2 | byte | |
destination | byte | |
return | void |
public static And ( byte source1, int source1Index, byte source2, int source2Index, byte destination, int destinationIndex, int length ) : void | ||
source1 | byte | |
source1Index | int | |
source2 | byte | |
source2Index | int | |
destination | byte | |
destinationIndex | int | |
length | int | |
return | void |
public static Compare ( byte source1, byte source2 ) : int | ||
source1 | byte | |
source2 | byte | |
return | int |
public static Compare ( byte source1, int source1Index, byte source2, int source2Index, int length ) : int | ||
source1 | byte | |
source1Index | int | |
source2 | byte | |
source2Index | int | |
length | int | |
return | int |
public static Copy ( byte source, int sourceIndex, byte destination, int destinationIndex, int length ) : void | ||
source | byte | |
sourceIndex | int | |
destination | byte | |
destinationIndex | int | |
length | int | |
return | void |
public static Equals ( byte source1, byte source2 ) : bool | ||
source1 | byte | |
source2 | byte | |
return | bool |
public static Equals ( byte source1, int source1Index, byte source2, int source2Index, int length ) : bool | ||
source1 | byte | |
source1Index | int | |
source2 | byte | |
source2Index | int | |
length | int | |
return | bool |
public static Equals ( object obj1, object obj2 ) : bool | ||
obj1 | object | |
obj2 | object | |
return | bool |
public static Or ( byte source1, byte source2, byte destination ) : void | ||
source1 | byte | |
source2 | byte | |
destination | byte | |
return | void |
public static Or ( byte source1, int source1Index, byte source2, int source2Index, byte destination, int destinationIndex, int length ) : void | ||
source1 | byte | |
source1Index | int | |
source2 | byte | |
source2Index | int | |
destination | byte | |
destinationIndex | int | |
length | int | |
return | void |
public static Xor ( byte source1, byte source2, byte destination ) : void | ||
source1 | byte | |
source2 | byte | |
destination | byte | |
return | void |
public static Xor ( byte source1, int source1Index, byte source2, int source2Index, byte destination, int destinationIndex, int length ) : void | ||
source1 | byte | |
source1Index | int | |
source2 | byte | |
source2Index | int | |
destination | byte | |
destinationIndex | int | |
length | int | |
return | void |
public static Zero ( byte source, int index, int length ) : void | ||
source | byte | |
index | int | |
length | int | |
return | void |