Visual Basic (Declaration) | |
---|---|
Public MustOverride Function RangeNearest( _ ByVal rangeVolts As Double _ ) As Double |
C# | |
---|---|
public abstract double RangeNearest( double rangeVolts ) |
C++/CLI | |
---|---|
public: abstract double RangeNearest( double rangeVolts ) |
Parameters
- rangeVolts
- The value for which to determine the nearest valid range.
Return Value
Nearest range in volts peak.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)