'宣言 Overloads Public Operator *( _ ByVal value As PointerSize, _ ByVal scale As System.Integer _ ) As PointerSize
public PointerSize operator *( PointerSize value, System.int scale )
パラメータ
- value
- スケールするサイズ。
- scale
- サイズをスケールする量。
戻り値の型
スケールされたサイズ。
'宣言 Overloads Public Operator *( _ ByVal value As PointerSize, _ ByVal scale As System.Integer _ ) As PointerSize
public PointerSize operator *( PointerSize value, System.int scale )