Click or drag to resize
Accord.NET (logo)

CodificationTranslate Method

Overload List
  NameDescription
Public methodTranslate(String) Obsolete.
Translates an array of values into their integer representation, assuming values are given in original order of columns.
Public methodTranslate(DataRow, String) Obsolete.
Translates an array of values into their integer representation, assuming values are given in original order of columns.
Public methodTranslate(String, Int32) Obsolete.
Translates an integer (codeword) representation of the value of a given variable into its original value.
Public methodTranslate(String, Int32) Obsolete.
Translates an integer (codeword) representation of the value of a given variable into its original value.
Public methodTranslate(String, String) Obsolete.
Translates a value of a given variable into its integer (codeword) representation.
Public methodTranslate(String, String) Obsolete.
Translates a value of the given variables into their integer (codeword) representation.
Public methodTranslate(String, String) Obsolete.
Translates a value of the given variables into their integer (codeword) representation.
Public methodTranslate(String, Int32) Obsolete.
Translates the integer (codeword) representations of the values of the given variables into their original values.
Public methodTranslate(String, String) Obsolete.
Translates a value of the given variables into their integer (codeword) representation.
Top
See Also