Suoranta.Finance Namespace
Suoranta.Finance - Developer API

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

Namespace:  Suoranta.Finance.Data
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
isBaseValue
Type: Func<(Of <(<'Int32, Boolean>)>)>