Click or drag to resize
Accord.NET (logo)

IdxReaderTranslate Method

Translates the given IdxDataType to a .NET Type.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public static Type Translate(
	IdxDataType type
)
Request Example View Source

Parameters

type
Type: Accord.IOIdxDataType
The type to be translated.

Return Value

Type: Type
A .NET Type that represents the IdxDataType.
See Also