Multiply By
Syntax
Event event_name
Multiply By factor
Parameters
- factor: A numeric value (integer or decimal) to multiply the event time or field value by.
Description
Multiplies the value of the preceding Event by a specified factor when writing results to the database via Event to Database.
Remarks
This command is used with Event to Database to scale a time or numeric value before storing it. It is typically used in relay or multi-lap races where a recorded time needs to be adjusted by a known factor.
Examples
To multiply a time by 2.5 before storing it:
Event to Database
Event TIME
Multiply By 2.5
Database Field ADJUSTED