![]() |
![]() |
![]() |
BaseEffect.GetValueIntegerArray Method |
Language: |
Retrieves an array of integers.
Visual Basic .NET Public Function GetValueIntegerArray( _
ByVal parameter As EffectHandle, _
ByVal count As Integer _
) As Integer()C# public int[] GetValueIntegerArray(
EffectHandle parameter,
int count
);Managed C++ public: int GetValueIntegerArray(
EffectHandle *parameter,
int count
) __gc[];JScript .NET public function GetValueIntegerArray(
parameter : EffectHandle,
count : int
) : int[];
parameter Microsoft.DirectX.Direct3D.EffectHandle. Unique EffectHandle identifier. count System.Int32. Number of integers in the returned array.
System.Int32[]. Array of integers.
Exceptions
InvalidCallException The call is invalid.
Effect, EffectCompiler
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center