'Declaration Overloads Public Operator *( _ ByVal scale As System.Integer, _ ByVal value As PointerSize _ ) As PointerSize
public PointerSize operator *( System.int scale, PointerSize value )
Parameters
- scale
- The amount by which to scale the size.
- value
- The size to scale.
Return Value
The scaled size.