Class NodalMatrix
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class NodalMatrix : AbstractNodalMatrix, IEquatable<APIBase>
Properties
Rows
Declaration
public ReadOnlyCollection<NodalMatrixRow> Rows { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<NodalMatrixRow> |
Implements
System.IEquatable<T>