JCL Help:TExprVirtMachNodeFactory.LoadConst32@TFloat32

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Loads a constant value.


Pascal

 public function LoadConst32(AValue: TFloat32): TExprNode; override;
public function LoadConst64(AValue: TFloat64): TExprNode; override;
public function LoadConst80(AValue: TFloat80): TExprNode; override;


Parameters

Parameters Description
AValue: TFloat32 The value to load.


Description

Generates a node that will load a constant value. The type is important because less precision will mean faster evaluation.


About

Donator

Barry Kelly


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page