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; }