'宣言 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 )