SdlMSToNS
Convert milliseconds to nanoseconds.
Definition
Unit: Neslib.Sdl3.Time
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.