SdlSecondsToNS
Convert seconds to nanoseconds.
Definition
Unit: Neslib.Sdl3.Time
Parameters
ASeconds
: Double
: the number of seconds to convert.
Returns
Int64
: ASeconds, expressed in nanoseconds.
Remarks
It is safe to call this function from any thread.