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