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

362 {
363 return left <= right;
364 }