Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

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