Show / Hide Table of Contents

Class ShrunkMatrixAccessor

MatrixAccessor Allows access to the parent matrix as if the Shrink(Object, Object) function had been called

Inheritance
System.Object
Matrix
MatrixAccessor
ShrunkMatrixAccessor
Inherited Members
MatrixAccessor.GetI(Object)
MatrixAccessor.SetI(Object, Object)
MatrixAccessor.M_
Matrix.Clear()
Matrix.CopyFrom(Object)
Matrix.ElementDifference(Object)
Matrix.ElementProduct(Object)
Matrix.ElementSum(Object)
Matrix.FillFrom(Object)
Matrix.FillTrapezoidal(Object, Object, Object)
Matrix.GetRC(Object, Object)
Matrix.GetSize(Object)
Matrix.GetVectorMagnitude()
Matrix.InvertSquare(Object)
Matrix.IsEqualSize(Object)
Matrix.IsNearlyEqual(Object, Object)
Matrix.Power(Object)
Matrix.Scale(Object)
Matrix.SetRC(Object, Object, Object)
Matrix.SortByColAsc(Object)
Matrix.TransposeSquare()
Matrix.Average
Matrix.IsEmpty
Matrix.IsSquare
Matrix.IsVector
Matrix.Length
Matrix.MaxVal
Matrix.MinVal
Matrix.Sum
Namespace: PlcDocu.TcMatrix
Assembly: TcMatrixConnector.dll
Syntax
public abstract class ShrunkMatrixAccessor : MatrixAccessor

Fields

| Improve this Doc View Source

ColRemoved_

Declaration
public object ColRemoved_
Field Value
Type Description
System.Object
| Improve this Doc View Source

RowRemoved_

Declaration
public object RowRemoved_
Field Value
Type Description
System.Object

Properties

| Improve this Doc View Source

Cols

note

This is PLC property. This method is accessible only from the PLC code.

Declaration
[IgnoreReflection]
public dynamic Cols { get; }
Property Value
Type Description
System.Object

Plc type UINT; Twin type: Vortex.Connector.ValueTypes.OnlinerUInt

| Improve this Doc View Source

Rows

note

This is PLC property. This method is accessible only from the PLC code.

Declaration
[IgnoreReflection]
public dynamic Rows { get; }
Property Value
Type Description
System.Object

Plc type UINT; Twin type: Vortex.Connector.ValueTypes.OnlinerUInt

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX