[]
Scales a size by the given value.
public static PointerSize operator /(PointerSize value, int scale)
| Type | Name | Description |
|---|---|---|
| PointerSize | value | The size to scale. |
| int | scale | The amount by which to scale the size. |
| Type | Description |
|---|---|
| PointerSize | The scaled size. |