Given a name, stores the float value in the field with that name.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public abstract Object PutFloat(
string fieldName,
float value
) |
Visual Basic |
---|
Public MustOverride Function PutFloat (
fieldName As String,
value As Single
) As Object |
Visual C++ |
---|
public:
virtual Object^ PutFloat(
String^ fieldName,
float value
) abstract |
F# |
---|
abstract PutFloat :
fieldName : string *
value : float32 -> Object
|
Return Value
Type:
ObjectOld value if it exists, null otherwise
See Also