Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPConstExpression.CreateFloat

Create constant expression with float value

Declaration

Source position: fpexprpars.pp line 479

public constructor TFPConstExpression.CreateFloat(

  AValue: TExprFloat

);

Arguments

AValue

  

The float value for the constant

Description

The CreateFloat constructor creates a new constant expression node that holds a floating-point value. The float constant can be used in expressions for mathematical calculations, comparisons, and function parameters that expect floating-point arguments.


Documentation generated on: Dec 15 2025