Click or drag to resize

MatrixT Methods

The MatrixT generic type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertArray(String, Int32)
Public methodStatic memberConvertArray(String, Int32, Boolean)
Public methodStatic memberConvertMatrix
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromCSV(String, T)
Public methodStatic memberFromCSV(String, T, Char)
Public methodStatic memberFromString
Public methodGetColumn(Int32)
Public methodStatic memberGetColumn(T, Int32)
Public methodGetColumn(Int32, Int32, Int32)
Public methodStatic memberGetColumn(T, Int32, Int32, Int32)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetRow(Int32)
Public methodStatic memberGetRow(T, Int32)
Public methodGetRow(Int32, Int32, Int32)
Public methodStatic memberGetRow(T, Int32, Int32, Int32)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberJoinArray
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMergeRight
Public methodStatic memberParse(String)
Public methodStatic memberParse(String, Char)
Public methodStatic memberParsePlateXml
Public methodPosition2XY(String)
Public methodStatic memberPosition2XY(String, MatrixTPosition)
Public methodProcess(MatrixTIndexProcessor)
Public methodProcess(MatrixTValueProcessor)
Public methodStatic memberProcess(T, MatrixTIndexProcessor)
Public methodStatic memberProcess(T, MatrixTValueProcessor)
Public methodRemoveCols(Int32, Int32)
Public methodStatic memberRemoveCols(T, Int32, Int32)
Public methodRemoveRows(Int32, Int32)
Public methodStatic memberRemoveRows(T, Int32, Int32)
Public methodResetValues
Public methodRotate
Public methodSubset(String)
Public methodSubset(String, Int32, Int32)
Public methodSubset(Int32, Int32, Int32, Int32)
Public methodToCSV
Public methodToCSV(Int32, Int32)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToString(Char)
Public methodUsedToCSV
Public methodStatic memberValidate
Public methodWriteJson(TextWriter)
Public methodWriteJson(TextWriter, Char)
Top
See Also