Package jason.stdlib

Class nano_time

All Implemented Interfaces:
InternalAction, Serializable

@Manual(literal=".nano_time(T)", hint="eturn system time in nano seconds", argsHint="system time in nano seconds", argsType="number", examples=".nano_time(T) unify in T the current system time in nano seconds", seeAlso={"jason.stdlib.create_agent","jason.stdlib.save_agent"}) public class nano_time extends DefaultInternalAction

Internal action: .nano_time.

Description: return system time in nano seconds

Parameters:

  • + nano_time (number): system time in nano seconds.

Examples:

  • .nano_time(T): unify in T the current system time in nano seconds.
See Also: