gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
Public Attributes | List of all members
dc_scaledsec::dc_scaled_sec Type Reference

More...

Public Attributes

integer, dimension(imin:imax) sec_ary = 0
 
logical flag_negative = .false.
 Flag for negative value
 
logical dummy = .false.
 Dummy for alignment
 

Detailed Description

Derived type for precise time operations

Derived type for precise operations of "seconds" after the decimal point, and large number more than integer type.

The time value is stored in an array sec_ary with different scale factors (from micro to yotta seconds).

Definition at line 128 of file dc_scaledsec.f90.

Member Data Documentation

◆ dummy

logical dc_scaledsec::dc_scaled_sec::dummy = .false.

Dummy for alignment

Definition at line 132 of file dc_scaledsec.f90.

132 logical:: dummy = .false.

◆ flag_negative

logical dc_scaledsec::dc_scaled_sec::flag_negative = .false.

Flag for negative value

Definition at line 131 of file dc_scaledsec.f90.

131 logical:: flag_negative = .false.

◆ sec_ary

integer, dimension(imin:imax) dc_scaledsec::dc_scaled_sec::sec_ary = 0

Definition at line 130 of file dc_scaledsec.f90.

130 integer:: sec_ary(imin:imax) = 0

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