Skip to content

SdlNSToUS

Convert nanoseconds to microseconds.

Definition

Unit: Neslib.Sdl3.Time

function SdlNSToUS(const ANanoSeconds: Int64): Int64; inline

Parameters

ANanoSeconds: Int64 : the number of nanoseconds to convert.

Returns

Int64: ANanoSeconds, expressed in microseconds.

Remarks

It is safe to call this function from any thread.