Accord.Math.Formats.MatrixFormatProviderBase.MatrixFormatProviderBase C# (CSharp) Method

MatrixFormatProviderBase() protected method

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