Return the value of a double field, given its name
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 11.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public virtual double GetDouble( string sFieldName )
Public Overridable Function GetDouble ( _ sFieldName As String _ ) As Double
public: virtual double GetDouble( String^ sFieldName )
Parameters
- sFieldName
- String
Exceptions
Exception | Condition |
---|---|
StreamBase.SB..::..TupleFieldTypingException | Field is of the wrong type |
StreamBase.SB..::..TupleBadFieldException | |
StreamBase.SB..::..NullValueException | Field is null |
StreamBase.SB..::..StreamBaseException |