BaseStatusSignalValueAsDouble Property

Gets the value as a double instead of the generic type. This may be helpful when working with the base class.

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public double ValueAsDouble { get; protected set; }

Property Value

Double

See Also