BaseEffect.GetValueFloat Method |
Language: |
Retrieves a floating-point value.
Visual Basic Public Function GetValueFloat( _
ByVal parameter As EffectHandle _
) As SingleC# public float GetValueFloat(
EffectHandle parameter
);C++ public:
float GetValueFloat(
EffectHandle^ parameter
);JScript public function GetValueFloat(
parameter : EffectHandle
) : float;
parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.
System.Single
A Single value.
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