.NET Matrix Library
Implicit Type Conversion Operator
See Also  Send Feedback


Defines conversions between Matrix objects and arrays of type double. Defines conversions between Matrix objects and arrays of type double.

Overload List

OverloadDescription
Implicit Type Conversion(Matrix,Double[,])Converts a two dimensional array of doubles to a Matrix object.  
Implicit Type Conversion(Double[],Matrix)Converts a Matrix object to an array of doubles.  

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library