Class LocalNodeInfo
Inheritance
System.Object
LocalNodeInfo
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class LocalNodeInfo : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
FirstDegreesOfFreedomIndex
Declaration
public int FirstDegreesOfFreedomIndex { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfDegreesOfFreedom
Declaration
public int NumberOfDegreesOfFreedom { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Implements
System.IEquatable<T>
Extension Methods