gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
dc_scaledsec::abs Interface Reference

Public Member Functions

type(dc_scaled_sec) function dcscaledsec_abs_s (sclsec)

Detailed Description

Definition at line 235 of file dc_scaledsec.f90.

Member Function/Subroutine Documentation

◆ dcscaledsec_abs_s()

type(dc_scaled_sec) function dc_scaledsec::abs::dcscaledsec_abs_s ( type(dc_scaled_sec), intent(in) sclsec)

DC_SCALED_SEC の絶対値を返す

Parameters
[in]sclsecDC_SCALED_SEC 型変数
Returns
DC_SCALED_SEC の絶対値

Definition at line 2427 of file dc_scaledsec.f90.

2428 implicit none
2429 type(DC_SCALED_SEC), intent(in):: sclsec
2430
2431 continue
2432 result = sclsec
2433 if ( result % flag_negative ) result % flag_negative = .false.

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