Point4D.W プロパティ

定義

この Point4D 構造体の W コンポーネントを取得または設定します。

public:
 property double W { double get(); void set(double value); };
public double W { get; set; }
member this.W : double with get, set
Public Property W As Double

プロパティ値

この Point4D 構造体の W コンポーネント。 既定値は 0 です。

適用対象