ResamplingExtension..::..Resample Method (IEnumerable<(Of <(<'Double>)>)>, ResamplingMethod, Func<(Of <(<'Int32, Boolean>)>)>)
Namespace:
Suoranta.Finance.Data
Assembly: Suoranta.Finance (in Suoranta.Finance.dll)
Assembly: Suoranta.Finance (in Suoranta.Finance.dll)
Syntax
public static IEnumerable<double> Resample( this IEnumerable<double> valueSource, ResamplingMethod method, Func<int, bool> isBaseValue )
Parameters
- valueSource
- Type: IEnumerable<(Of <(<'Double>)>)>
- method
- Type: Suoranta.Finance..::..ResamplingMethod

