バージョン

GetUnscaledValueList メソッド (NumericScaler)

ビューポート内の拡大/縮小前の値のリストを返します。
シンタックス
'宣言
 
Public Overridable Function GetUnscaledValueList( _
   ByVal scaledValues As IList(Of Double), _
   ByVal startIndex As Integer, _
   ByVal count As Integer, _
   ByVal p As ScalerParams _
) As IList(Of Double)
public virtual IList<double> GetUnscaledValueList( 
   IList<double> scaledValues,
   int startIndex,
   int count,
   ScalerParams p
)

パラメータ

scaledValues
拡大/縮小後の値のリスト
startIndex
リストで始まるインデックス。
count
リストで拡大縮小する項目の数。
p
スケーラー パラメーター

戻り値の型

ビューポート内の拡大/縮小前の値のリスト
参照