Click or drag to resize

VectorMathSumOfSquaredDifferences Method

Overload List
 NameDescription
Public methodStatic memberSumOfSquaredDifferences(Double, Double) Returns the sum of squared differences of the elements of xarray and yarray.
Public methodStatic memberSumOfSquaredDifferences(Int32, Int32) Returns the sum of squared differences of the elements of xarray and yarray.
Public methodStatic memberSumOfSquaredDifferences(IReadOnlyListDouble, IReadOnlyListDouble) Returns the sum of squared differences of the elements of xarray and yarray.
Public methodStatic memberSumOfSquaredDifferences(IReadOnlyListSingle, IReadOnlyListSingle) Returns the sum of squared differences of the elements of xarray and yarray.
Public methodStatic memberSumOfSquaredDifferences(Single, Single) Returns the sum of squared differences of the elements of xarray and yarray.
Top
See Also