Table of Contents

TatVirtualMachine.GetInputArgAsFloat Method

Returns the value of the parameter passed to the Delphi method being executed, as a float value. See GetInputArg for more info.

Syntax

Unit: atScript

function TatVirtualMachine.GetInputArgAsFloat(AIndex: Integer): Double;

Parameters

<-> Parameter Type Description
AIndex Integer

See also