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

◆ operator>() [1/2]

static bool IComparisonOperators< byte, byte >. System.Byte.operator> ( byte left,
byte right )
inlinestatic

Definition at line 367 of file Byte.cs.

368 {
369 return left > right;
370 }