Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / KahanSum Method
The array of values to be summed.

In This Topic
    KahanSum Method
    In This Topic
    Kahan summation.
    Syntax
    'Declaration
     
    Public Shared Function KahanSum( _
       ByVal input() As Double _
    ) As Double
    public static double KahanSum( 
       double[] input
    )

    Parameters

    input
    The array of values to be summed.

    Return Value

    The accurate summation.
    See Also