Class SensorReadingXYZ
SensorReadingXYZ
public sealed class SensorReadingXYZ
- Inheritance
-
SensorReadingXYZ
- Inherited Members
Properties
X
x
[JsonPropertyName("x")]
public double X { get; set; }
Property Value
Y
y
[JsonPropertyName("y")]
public double Y { get; set; }
Property Value
Z
z
[JsonPropertyName("z")]
public double Z { get; set; }