Contents Menu Expand Light mode Dark mode Auto light/dark mode
PMP documentation
Light Logo Dark Logo

IMatrix¶

interface IMatrix : public INamed, public System.IDisposable¶

System.Drawing.Size IMatrix.Dimensions { get; }

double[,] IMatrix.Values { get; set; }

IDictionary<string, ISignal> IMatrix.Signals { get; }

IDictionary<string, IInput> IMatrix.Inputs { get; }

Next
Properties
Previous
RemainingCapacity
| Created using Sphinx and Furo theme.