Overload List

NameDescription
SetDouble(Int32, Double)
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.

SetDouble(String, Double)
Sets the value of a double field, given its name
SetDouble(Schema..::..Field, Double)
Sets the value of a double field.

See Also