AdcController.MaxValue Property

Definition

Gets the maximum value that the controller can report.

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

Property Value

Int32

int

The maximum value.

Applies to