ResamplingExtension..::..Resample Method (IEnumerable<(Of <(<'Double>)>)>, ResamplingMethod, Int32)
Resample values from valueSource.
Namespace:
Suoranta.Finance.DataAssembly: Suoranta.Finance (in Suoranta.Finance.dll)
Syntax
public static IEnumerable<double> Resample( this IEnumerable<double> valueSource, ResamplingMethod method, int multiplier )
Parameters
- valueSource
- Type: IEnumerable<(Of <(<'Double>)>)>
The value source
- multiplier
- Type: Int32
Number of original values per a resampled value.

