BaseEffect.GetValueFloat Method

Language:

Retrieves a floating-point value.

Definition

Visual Basic Public Function GetValueFloat( _
    ByVal parameter As EffectHandle _
) As Single
C# public float GetValueFloat(
    EffectHandle parameter
);
C++ public:
float GetValueFloat(
    EffectHandleparameter
);
JScript public function GetValueFloat(
    parameter : EffectHandle
) : float;

Parameters

parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.

Return Value

System.Single
A Single Leave Site value.

Remarks

Exceptions
InvalidCallException The call is invalid.

Applies To

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