Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsLogical()

static bool System.Data.Operators.IsLogical ( int op)
inlinestaticpackage

Definition at line 31 of file Operators.cs.

32 {
33 if (op != 26 && op != 27 && op != 3 && op != 13)
34 {
35 return op == 39;
36 }
37 return true;
38 }

Referenced by System.Data.BinaryNode.ResultSqlType(), and System.Data.BinaryNode.ResultType().