AdcController.MinValue Property

Definition

The minimum value the controller can report.

public:
 property int MinValue { int get(); };
int MinValue();
public int MinValue { get; }
var int32 = adcController.minValue;
Public ReadOnly Property MinValue As Integer

Property Value

Int32

int

The minimum value.

Applies to