Set the value of a double field at index nFieldIndex.
The Schema.Field objects used to set and get Tuple field values must be obtained
via the Tuple's Schema object. A Schema.Field object that has been created by the
user or retrieved from a different Schema may not work.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.0.0
Syntax
C# | Visual Basic | Visual C++ |
public virtual void SetDouble( int nFieldIndex, double value )
Public Overridable Sub SetDouble ( _ nFieldIndex As Integer, _ value As Double _ )
public: virtual void SetDouble( int nFieldIndex, double value )
Parameters
- nFieldIndex
- Int32
- value
- Double
Exceptions
Exception | Condition |
---|---|
StreamBase.SB..::..TupleFieldTypingException | Field type does not match value type |
StreamBase.SB..::..TupleBadFieldException | |
StreamBase.SB..::..StreamBaseException |