Click or drag to resize

histogramModelExtensionsProcessDataT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.math.range.histogram
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static void ProcessData<T>(
	this histogramModel model,
	IEnumerable<T> sourceSet,
	Func<T, double> selector
)
Request Example View Source

Parameters

model
Type: imbSCI.Core.math.range.histogramhistogramModel
sourceSet
Type: System.Collections.GenericIEnumerableT
selector
Type: SystemFuncT, Double

Type Parameters

T

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type histogramModel. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also