Gets and sets the default update algorithm.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public static INMFUpdateAlgorithm DefaultUpdateAlgorithm { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Shared Property DefaultUpdateAlgorithm As INMFUpdateAlgorithm |
| Visual C++ |
|---|
public: static property INMFUpdateAlgorithm^ DefaultUpdateAlgorithm { INMFUpdateAlgorithm^ get (); void set (INMFUpdateAlgorithm^ value); } |