Interval Property

NI Vision for Visual Basic

Interval Property

Syntax

CWMVLightMeterRectangleReport.Interval

Data Type

Single

Purpose

Incrementing value that specifies how much to add to StartValue in calculating the median value of each class from the histogram.

Remarks

The median value x(n) from the nth class is expressed as follows: x(n) = StartValue + n × Interval.