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