Click or drag to resize
Accord.NET (logo)

MatrixTo Method

Overload List
  NameDescription
Public methodStatic memberToTOutput(Array)
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
Public methodStatic memberTo(Array, Type)
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
Top
See Also