Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ operator*() [1/2]

static nuint IMultiplyOperators< UIntPtr, UIntPtr, UIntPtr >. System.UIntPtr.operator* ( nuint left,
nuint right )
inlinestatic

Definition at line 453 of file UIntPtr.cs.

454 {
455 return left * right;
456 }