Click or drag to resize

DoubleMatrixRow Methods

The DoubleMatrixRow type exposes the following members.

Methods
  NameDescription
Public methodCompareTo(DoubleMatrixRow)
Compares the current object with another object of the same type.
Public methodCompareTo(Object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodEquals(DoubleMatrixRow)
Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(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 methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberToDoubleMatrix
Converts from DoubleMatrixRow to DoubleMatrix.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Explicit Interface Implementations
See Also