Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IBitwiseOperators< TSelf, TOther, TResult > Interface Template Reference

Static Public Member Functions

static TResult operator& (TSelf left, TOther right)
 
static TResult operator| (TSelf left, TOther right)
 
static TResult operator^ (TSelf left, TOther right)
 
static TResult operator~ (TSelf value)
 

Detailed Description

Type Constraints
TSelf :IBitwiseOperators 
TSelf :TSelf 
TSelf :TOther 
TSelf :TResult 

Definition at line 6 of file IBitwiseOperators.cs.


The documentation for this interface was generated from the following file: