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

◆ operator<=() [2/2]

static bool IComparisonOperators< uint, uint >. System.UInt32.operator<= ( uint left,
uint right )
inlinestatic

Definition at line 352 of file UInt32.cs.

353 {
354 return left <= right;
355 }