Gets or sets the Z coordinate of the vector.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
| C# |
|---|
public double Z { get; set; } |
| Visual C++ |
|---|
public: property double Z { double get (); void set (double value); } |
| F# |
|---|
member Z : float with get, set |