Click or drag to resize

ISetWindowFieldsPartitionExtensions.Integral Method

Overload List
  NameDescription
Public methodStatic memberIntegral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, SetWindowFieldsWindow)
Returns the approximation of the area under a curve.
Public methodStatic memberIntegral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, SetWindowFieldsWindow)
Returns the approximation of the area under a curve.
Public methodStatic memberIntegral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, SetWindowFieldsWindow)
Returns the approximation of the area under a curve.
Public methodStatic memberIntegral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, SetWindowFieldsWindow)
Returns the approximation of the area under a curve.
Public methodStatic memberIntegral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, SetWindowFieldsWindow)
Returns the approximation of the area under a curve.
Public methodStatic memberIntegral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, WindowTimeUnit, SetWindowFieldsWindow)
Returns the approximation of the area under a curve.
Public methodStatic memberIntegral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, WindowTimeUnit, SetWindowFieldsWindow)
Returns the approximation of the area under a curve.
Public methodStatic memberIntegral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, WindowTimeUnit, SetWindowFieldsWindow)
Returns the approximation of the area under a curve.
Public methodStatic memberIntegral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, WindowTimeUnit, SetWindowFieldsWindow)
Returns the approximation of the area under a curve.
Public methodStatic memberIntegral<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, WindowTimeUnit, SetWindowFieldsWindow)
Returns the approximation of the area under a curve.
Top
See Also