WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
GetNullableDouble Method
NamespacesIBM.Broker.PluginNBElementGetNullableDouble()()()()
SUMMARY
The GetNullableDouble method returns a Nullable<Double> value containing the value of the NBElement.
Declaration Syntax
C#Visual BasicVisual C++F#
public Nullable<double> GetNullableDouble()
Public Function GetNullableDouble As Nullable(Of Double)
public:
Nullable<double> GetNullableDouble()
member GetNullableDouble : unit -> Nullable<float> 
Return Value
The current element's value.
Exceptions
ExceptionCondition
NBRecoverableExceptionThrown if the value of the element is not of type Nullable<Double>.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0