Skip to content

SdlMSToNS

Convert milliseconds to nanoseconds.

Definition

Unit: Neslib.Sdl3.Time

function SdlMSToNS(const AMilliSeconds: Integer): Int64; inline

Parameters

AMilliSeconds: Integer : The number of milliseconds to convert.

Returns

Int64: AMilliSeconds, expressed in nanoseconds.

Remarks

It is safe to call this function from any thread.