Share via


EffectParameter.GetValueInt32Array Method

Gets the value of the EffectParameter as an array of Int32.

Syntax

'Declaration
Public Function GetValueInt32Array ( _
         count As Integer _
) As Integer[] 
public int[] GetValueInt32Array (
         int count
)
public:
int[] GetValueInt32Array(
         int count
)

Parameters

  • count
    Type: Int32
    The number of elements in the array.

Return Value

Type: Int32
The value of the EffectParameter as an array of Int32.

Exceptions

Exception type Condition
ArgumentOutOfRangeException When attempting to call GetValueInt32Array which returns an array, you must request that at least one member be returned.

Remarks

Getting the value of an effect parameter is a slow operation. Avoid high-frequency calls.

Requirements

Namespace: Microsoft.Xna.Framework.Graphics

Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)

See Also

Reference

EffectParameter Class
EffectParameter Members
Microsoft.Xna.Framework.Graphics Namespace

Platforms

Windows Phone