Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the element in the second row and the second column of the matrix.
Definition
Visual Basic Public M22 As Single C# public Single M22;
C++ public: Single M22;
JScript public var M22 : Single
Field Value
System.Single
A Singlevalue that represents the second row and the second column of the matrix.
This field is read/write.