|
MatrixFormatProviderBaseGetFormat Method
|
Returns an object that provides formatting services for the specified
type. Currently, only
IMatrixFormatProvider is supported.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public Object GetFormat(
Type formatType
)
Public Function GetFormat (
formatType As Type
) As Object
Request Example
View SourceParameters
- formatType
- Type: SystemType
An object that specifies the type of format
object to return.
Return Value
Type:
Object
An instance of the object specified by formatType, if the
IFormatProvider implementation
can supply that type of object; otherwise, null.
Implements
IFormatProviderGetFormat(Type)See Also