|   |   |   | 
| BaseEffect.GetValueMatrixTransposeArray Method | Language: | 
Retrieves an array of transposed matrices.
Visual Basic Public Function GetValueMatrixTransposeArray( _ 
ByVal parameter As EffectHandle, _
ByVal count As Integer _
) As Matrix()C# public Matrix[] GetValueMatrixTransposeArray( 
EffectHandle parameter,
int count
);C++ public: 
array<Matrix>^ GetValueMatrixTransposeArray(
EffectHandle^ parameter,
int count
);JScript public function GetValueMatrixTransposeArray( 
parameter : EffectHandle,
count : int
) : Matrix[];
parameter Microsoft.DirectX.Direct3D.EffectHandle 
Unique EffectHandle identifier.count System.Int32 
Number of matrices in the returned array.
Microsoft.DirectX.Matrix[]
Array of transposed matrices.
A transposed matrix contains column-major data; that is, each vector is contained in a column.
Exceptions
InvalidCallException The call is invalid. 
Effect, EffectCompiler
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
        
          Feedback? Please provide us with your comments on this topic.
			
        
        
	   		For more help, visit the DirectX Developer Center