Class NewtonRaphsonDegreeOfFreedomError
Inheritance
System.Object
NewtonRaphsonDegreeOfFreedomError
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class NewtonRaphsonDegreeOfFreedomError : APIBase, IEquatable<APIBase>
Properties
DegreeOfFreedom
Declaration
public int DegreeOfFreedom { get; }
Property Value
Type |
Description |
System.Int32 |
|
Residual
Declaration
public double Residual { get; }
Property Value
Type |
Description |
System.Double |
|
ScaledResidual
Declaration
public double ScaledResidual { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods