Struct SonarReading
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Marus.Sensors
Assembly: cs.temp.dll.dll
Syntax
public struct SonarReading
Fields
Distance
Declaration
public float Distance
Field Value
Type | Description |
---|---|
System.Single |
Intensity
Declaration
public float Intensity
Field Value
Type | Description |
---|---|
System.Single |
Valid
Declaration
public bool Valid
Field Value
Type | Description |
---|---|
System.Boolean |