ifFloat

Interface equivalent for intrinsic type Float

Implemented by

NameDescription
roFloatObject equivalent for intrinsic type 'Float'

Supported methods

GetFloat() As Float

Description

Gets the float value stored in the calling Float object.

Return Value

The float value stored in the calling Float object.

SetFloat(value As Float) As Void

Description

Sets the calling Float object to the specified float value.

Parameters

NameTypeDescription
valueFloatThe float value to be set on the calling Float object.