cg_iric_read_complex_integer_f

複合型格子属性の、整数型の条件の値を読み込む。

形式 (FORTRAN)

call cg_iric_read_complex_integer_f(type, num, name, value, ier)

形式 (C/C++)

ier = cg_iRIC_Read_Complex_Integer(type, num, name, &value);

形式 (Python)

value = cg_iRIC_Read_Complex_Integer(type, num, name)

引数

表 106 cg_iric_read_complex_integer_f の引数
変数名 I/O 内容
type character(*) I 属性名
num integer I グループの番号
name character(*) I 条件の名前
value integer O 読み込まれた条件の値
ier integer O エラーコード。0なら成功