Create constant expression with float value
Source position: fpexprpars.pp line 479
public constructor TFPConstExpression.CreateFloat( |
AValue: TExprFloat |
); |
AValue |
|
The float value for the constant |
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.