ifDouble

Interface equivalent for intrinsic type Double

Implemented by

NameDescription
roDoubleroDouble is a legacy object name, corresponding to the intrinsic Double object

Supported methods

GetDouble() As Double

Description

Gets the double value stored in the calling Double object.

Return Value

The double value stored in the calling Double object.

SetDouble(value As Double) As Void

Description

Sets the calling Double object to the specified double value.

Parameters

NameTypeDescription
valueDoubleThe double value to be set on the calling Double object.