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