gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
dc_scaledsec::dc_scaled_sec Type Reference

More...

Public Attributes

integer, dimension(imin:imax) sec_ary = 0
 Array storing scaled seconds
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. !< @en Dummy for alignment @enden @ja アラインメント用ダミー @endja

◆ 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. !< @en Flag for negative value @enden @ja 負の値を示すフラグ @endja

◆ sec_ary

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

Array storing scaled seconds

Definition at line 130 of file dc_scaledsec.f90.

130 integer:: sec_ary(imin:imax) = 0 !< @en Array storing scaled seconds @enden @ja スケール化された秒を格納する配列 @endja

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