Point4D.W Property

Definition

Gets or sets the W component of this Point4D structure.

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

Property Value

The W component of this Point4D structure. The default value is 0.

Applies to