This topic has not yet been rated - Rate this topic

Matrix.ToString Method

Creates a String representation of this Matrix structure.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method ToString() Creates a String representation of this Matrix structure. (Overrides ValueType.ToString().)
Public method ToString(IFormatProvider) Creates a String representation of this Matrix structure with culture-specific formatting information.
Top

If this Matrix structure is an identity matrix, the string "Identity" is returned.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.