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

◆ operator>() [1/2]

static bool IComparisonOperators< sbyte, sbyte >. System.SByte.operator> ( sbyte left,
sbyte right )
inlinestatic

Definition at line 375 of file SByte.cs.

376 {
377 return left > right;
378 }