Skip to content

SdlSecondsToNS

Convert seconds to nanoseconds.

Definition

Unit: Neslib.Sdl3.Time

function SdlSecondsToNS(const ASeconds: Double): Int64; inline

Parameters

ASeconds: Double : the number of seconds to convert.

Returns

Int64: ASeconds, expressed in nanoseconds.

Remarks

It is safe to call this function from any thread.