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

◆ IsRelational()

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

Definition at line 40 of file Operators.cs.

41 {
42 if (7 <= op)
43 {
44 return op <= 12;
45 }
46 return false;
47 }

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