The cast operator method retrieves the value of the NBElement and explicitly casts it to a Double value.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax
Parameters
- value
- Type: IBM.Broker.Plugin NBElement
The NBElement whose value is to be cast.
Return Value
Type:
The current element's value cast to the specified type.
Exceptions
Exception | Condition |
---|---|
IBM.Broker.Plugin NBRecoverableException | Thrown if the value can not be converted to a Double. |
See Also