Skip to content

SdlUSToNS

Convert microseconds to nanoseconds.

Definition

Unit: Neslib.Sdl3.Time

function SdlUSToNS(const AMicroSeconds: Int64): Int64; inline

Parameters

AMicroSeconds: Int64 : the number of microseconds to convert.

Returns

Int64: AMicroSeconds, expressed in nanoseconds.

Remarks

It is safe to call this function from any thread.