C# Class Accord.Math.Formats.MatrixFormatProviderBase

Base class for IMatrixFormatProvider implementors.
Inheritance: IMatrixFormatProvider
Show file Open project: atosorigin/Kinect

Public Methods

Method Description
GetFormat ( Type formatType ) : object

Returns an object that provides formatting services for the specified type. Currently, only IMatrixFormatProvider is supported.

Protected Methods

Method Description
MatrixFormatProviderBase ( CultureInfo culture ) : System

Initializes a new instance of the MatrixFormatProviderBase class.

Method Details

GetFormat() public method

Returns an object that provides formatting services for the specified type. Currently, only IMatrixFormatProvider is supported.
public GetFormat ( Type formatType ) : object
formatType System.Type /// An object that specifies the type of format /// object to return.
return object

MatrixFormatProviderBase() protected method

Initializes a new instance of the MatrixFormatProviderBase class.
protected MatrixFormatProviderBase ( CultureInfo culture ) : System
culture System.Globalization.CultureInfo The culture.
return System