'宣言 Overloads Public Operator *( _ ByVal scale As System.Integer, _ ByVal value As PointerSize _ ) As PointerSize
public PointerSize operator *( System.int scale, PointerSize value )
パラメータ
- scale
- The amount by which to scale the size.
- value
- The size to scale.
戻り値の型
The scaled size.