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