Skip to main content

sTous (Function)

This converts the input given in seconds into microseconds.

Syntax

<DOUBLE> unitconversion:sTous(<INT|LONG|FLOAT|DOUBLE> p1)

Query Parameters

NameDescriptionDefault ValuePossible Data TypesOptionalDynamic
p1The value that needs to be converted from seconds into microseconds.INT LONG FLOAT DOUBLENoYes

Example 1

unitconversion:sTous(1)

The second value 1 is converted into microseconds as 1000000.0.