Visual Basic (Declaration) | |
---|---|
Public MustOverride Function PointsNearest( _ ByVal value As Integer _ ) As Integer |
Parameters
- value
- Specifies the desired point value.
Return Value
Returns the nearest valid number of frequency points to that specified in the value parameter. This method runs automatically if an invalid number of points is requested, or your program can call it explicitly. The supplied will be rounded to the next larger of the following values: 51, 101, 201, 401, 801, 1601, 3201, 6401, 12801, 25601, 51201, 102401, 204801, 409601.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)