Class TCasScriptFloat
Unit
CastleScript
Declaration
type TCasScriptFloat = class(TCasScriptValue)
Description
No description available, ancestor TCasScriptValue description follows No description available, ancestor TCasScriptExpression description follows Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(const AWriteable: boolean; const AValue: Float); overload; |
Comfortable constructor to set initial Value. Note that the inherited constructor (without AValue parameter) is also fine to use, it will set value to zero.
|
 |
constructor Create(const AWriteable: boolean); overload; override; |
|
Properties
 |
property Value: Float read FValue write SetValue; |
|
Generated by PasDoc 0.15.0.
|