A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
grid.EventFloat Class Reference

EventFloat class. More...

Public Member Functions

def __init__ (self, at=0, value=0.0)
 Initializer.
 

Public Attributes

 at
 at
 
 value
 value
 

Detailed Description

EventFloat class.

Definition at line 47 of file grid.py.

Constructor & Destructor Documentation

◆ __init__()

def grid.EventFloat.__init__ (   self,
  at = 0,
  value = 0.0 
)

Initializer.

Parameters
selfthis object
atyou
valuevalue

Definition at line 52 of file grid.py.

Member Data Documentation

◆ at

grid.EventFloat.at

at

Definition at line 58 of file grid.py.

◆ value

grid.EventFloat.value

value

Definition at line 59 of file grid.py.


The documentation for this class was generated from the following file: