| 
               | 
            
              MatrixTo Method | 
          
| Name | Description | |
|---|---|---|
| ToTOutput(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.
              | |
| To(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.
              |