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

◆ IsArithmetical()

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

Definition at line 22 of file Operators.cs.

23 {
24 if (op != 15 && op != 16 && op != 17 && op != 18)
25 {
26 return op == 20;
27 }
28 return true;
29 }

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