BaseEffect.GetValueFloatArray Method |
Language: |
Retrieves an array of floating-point values.
Visual Basic Public Function GetValueFloatArray( _
ByVal parameter As EffectHandle, _
ByVal count As Integer _
) As Single()C# public float[] GetValueFloatArray(
EffectHandle parameter,
int count
);C++ public:
array<float>^ GetValueFloatArray(
EffectHandle^ parameter,
int count
);JScript public function GetValueFloatArray(
parameter : EffectHandle,
count : int
) : float[];
parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.count System.Int32
Number of floating-point values in the returned array.
System.Single[]
Array of Single values.
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