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

Public Member Functions

type(dc_scaled_sec) function dcscaledsec_int_s (sclsec)

Detailed Description

Definition at line 239 of file dc_scaledsec.f90.

Member Function/Subroutine Documentation

◆ dcscaledsec_int_s()

type(dc_scaled_sec) function dc_scaledsec::int::dcscaledsec_int_s ( type(dc_scaled_sec), intent(in) sclsec)

Return integer part of DC_SCALED_SEC (truncate fractional parts)

Parameters
[in]sclsecDC_SCALED_SEC variable
Returns
Integer part of DC_SCALED_SEC (fractional parts truncated)

Definition at line 2449 of file dc_scaledsec.f90.

2450 implicit none
2451 type(DC_SCALED_SEC), intent(in):: sclsec
2452 integer:: i
2453 continue
2454 result = sclsec
2455 do i = -1, imin, -1
2456 result % sec_ary(i) = 0
2457 end do

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