ElementSetValue Method (Single) |
Sets the value of this element to the specified value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax public abstract void SetValue(
float value
)
Public MustOverride Sub SetValue (
value As Single
)
public:
virtual void SetValue(
float value
) abstract
abstract SetValue :
value : float32 -> unit
Parameters
- value
- Type: SystemSingle
The value for this element.
Exceptions Remarks See Also