Show / Hide Table of Contents

Class SubMatrixAccessor

MatrixAccessor Allows access to a rectangular subset of the parent matrix as if it were a standalone matrix

Inheritance
System.Object
Matrix
MatrixAccessor
SubMatrixAccessor
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 SubMatrixAccessor : MatrixAccessor

Fields

| Improve this Doc View Source

ColCount_

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

ColStart_

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

RowCount_

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

RowStart_

Declaration
public object RowStart_
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