Click or drag to resize
Accord.NET (logo)

RelativeConvergenceDelta Property

Gets the absolute difference between the NewValue and OldValue as as Math.Abs(OldValue - NewValue).

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double Delta { get; }
Request Example View Source

Property Value

Type: Double
See Also