C# Class Accord.Math.Formats.OctaveMatrixFormatProvider

Format provider for the matrix format used by Octave.
Inheritance: MatrixFormatProviderBase
Show file Open project: atosorigin/Kinect

Public Properties

Property Type Description
CurrentCulture OctaveMatrixFormatProvider
InvariantCulture OctaveMatrixFormatProvider

Public Methods

Method Description
OctaveMatrixFormatProvider ( CultureInfo culture ) : System

Initializes a new instance of the OctaveMatrixFormatProvider class.

Method Details

OctaveMatrixFormatProvider() public method

Initializes a new instance of the OctaveMatrixFormatProvider class.
public OctaveMatrixFormatProvider ( CultureInfo culture ) : System
culture System.Globalization.CultureInfo
return System

Property Details

CurrentCulture public static property

Gets the IMatrixFormatProvider which uses the CultureInfo used by the current thread.
public static OctaveMatrixFormatProvider,Accord.Math.Formats CurrentCulture
return OctaveMatrixFormatProvider

InvariantCulture public static property

Gets the IMatrixFormatProvider which uses the invariant system culture.
public static OctaveMatrixFormatProvider,Accord.Math.Formats InvariantCulture
return OctaveMatrixFormatProvider