Suoranta.Finance Namespace
Suoranta.Finance - Developer API

ResamplingExtension..::..Resample Method (IEnumerable<(Of <(<'Double>)>)>, ResamplingMethod, Int32)

Resample values from valueSource.

Namespace:  Suoranta.Finance.Data
Assembly:  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
method
Type: Suoranta.Finance..::..ResamplingMethod
ResamplingMethod
multiplier
Type: Int32
Number of original values per a resampled value.

Return Value