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