Convert from a given frame value to a time value.
See also: hou.fps, hou.time, hou.frame
frameToTime(frame) → float
frameToTime(frame)
Calling this function is the same as evaluating (frame - 1.0) / hou.fps(). Unlike hou.timeToFrame(), no rounding is performed.
(frame - 1.0) / hou.fps()