Z _coordinates
Namespace:
Hyleos.Chemistry
Assembly:
Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)
Syntax
| C# |
|---|
public float Z { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Z As Single |
| Visual C++ |
|---|
public:
property float Z {
float get ();
void set (float value);
} |
See Also