Get float from decoder

Namespace: Com.Tibco.As.Space.Impl.Serializer
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public static float getFloat(
	ASDecoderBase decoder
)
Visual Basic
Public Shared Function getFloat ( _
	decoder As ASDecoderBase _
) As Single
Visual C++
public:
static float getFloat(
	ASDecoderBase^ decoder
)

Return Value

The float

See Also