.. include:: /Includes.rst.txt .. _fluidtypo3-vhs-condition-type-isfloat: ====================== condition.type.isFloat ====================== Condition: Type of value is float ================================= Condition ViewHelper which renders the `then` child if type of provided value is float. Arguments ========= .. _condition.type.isfloat_then: then ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value to be returned if the condition if met. .. _condition.type.isfloat_else: else ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value to be returned if the condition if not met. .. _condition.type.isfloat_value: value ----- :aspect:`DataType` mixed :aspect:`Required` true :aspect:`Description` Value to check