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 373 of file Byte.cs.

374 {
375 return left >= right;
376 }