MathConverter.ConvertOverride(IEnumerable<Double>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a mathematical operation on all the elements of values
protected:
abstract double ConvertOverride(System::Collections::Generic::IEnumerable<double> ^ values);
protected abstract double ConvertOverride (System.Collections.Generic.IEnumerable<double> values);
abstract member ConvertOverride : seq<double> -> double
Protected MustOverride Function ConvertOverride (values As IEnumerable(Of Double)) As Double
Parameters
- values
- IEnumerable<Double>
Returns
The result of the mathematical operation