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

适用于