Responder Developer Guide
ClosestValueInListTimesBaseToInteger Method


Syntax
'Declaration
 
Public Shared Function ClosestValueInListTimesBaseToInteger( _
   ByVal optimalValue As Double, _
   ByVal numbers() As Double, _
   ByVal baseValue As Double _
) As Double
'Usage
 
Dim optimalValue As Double
Dim numbers() As Double
Dim baseValue As Double
Dim value As Double
 
value = ChartUtilities.ClosestValueInListTimesBaseToInteger(optimalValue, numbers, baseValue)
public static double ClosestValueInListTimesBaseToInteger( 
   double optimalValue,
   double[] numbers,
   double baseValue
)

Parameters

optimalValue
numbers
baseValue
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ChartUtilities Class
ChartUtilities Members

 

 


Send Comment