Base class for IMatrixFormatProvider implementers.
Inheritance Hierarchy SystemObjectAccord.Math (in Accord.Math.dll) Version: 3.8.0
Syntaxpublic abstract class MatrixFormatProviderBase : IMatrixFormatProvider, IFormatProvider
Public MustInherit Class MatrixFormatProviderBase Implements IMatrixFormatProvider, IFormatProviderRequest Example View Source
The MatrixFormatProviderBase type exposes the following members.
Constructors Properties Name Description FormatColDelimiterA string containing the column delimiter for a matrix to be used in formatting.
FormatColEndA string denoting the end of a matrix column to be used in formatting.
FormatColStartA string denoting the start of a matrix column to be used in formatting.
FormatMatrixEndA string denoting the end of the matrix to be used in formatting.
FormatMatrixStartA string denoting the start of the matrix to be used in formatting.
FormatRowDelimiterA string containing the row delimiter for a matrix to be used in formatting.
FormatRowEndA string denoting the end of a matrix row to be used in formatting.
FormatRowStartA string denoting the start of a matrix row to be used in formatting.
InnerProviderGets the culture specific formatting information to be used during parsing or formatting.
ParseColDelimiterA string containing the column delimiter for a matrix to be used in parsing.
ParseColEndA string denoting the end of a matrix column to be used in parsing.
ParseColStartA string denoting the start of a matrix column to be used in parsing.
ParseMatrixEndA string denoting the end of the matrix to be used in parsing.
ParseMatrixStartA string denoting the start of the matrix to be used in parsing.
ParseRowDelimiterA string containing the row delimiter for a matrix to be used in parsing.
ParseRowEndA string denoting the end of a matrix row to be used in parsing.
ParseRowStartA string denoting the start of a matrix row to be used in parsing.
Top Methods Name Description EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object.) FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.) GetFormatReturns an object that provides formatting services for the specified type. Currently, only
IMatrixFormatProvideris supported.
GetHashCodeServes as the default hash function.
(Inherited from Object.) GetTypeGets the Type of the current instance.
(Inherited from Object.) MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object.) ToStringReturns a string that represents the current object.
(Inherited from Object.) Top Extension Methods Name Description HasMethodChecks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) IsEqualCompares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.) To(Type) Overloaded.Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) ToT Overloaded.Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) Top See Also Inheritance HierarchyRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4