Click or drag to resize
Accord.NET (logo)

MatrixFormatProviderBaseInnerProvider Property

Gets the culture specific formatting information to be used during parsing or formatting.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public IFormatProvider InnerProvider { get; protected set; }
Request Example View Source

Property Value

Type: IFormatProvider

Implements

IMatrixFormatProviderInnerProvider
See Also