Version

SupportingCalculationStrategy Delegate

A strategy for supporting calculations.
Syntax
public delegate IEnumerable<double> SupportingCalculationStrategy( 
   IEnumerable<double> source,
   int period
)

Parameters

source
The source of the data.
period
The period for the calculation.

Return Value

The calculated data.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also