{{{ #!html
IFL Library
}}} [[BR]] = 概要 = * API一覧 ||= API =||= ID[[BR]][Dec] =||= ID[[BR]][Hex] =||= R21-11 =|| || [#Ifl_DPSearch_f32 Ifl_DPSearch_f32] || 1|| 0x01|| ○ || || [#Ifl_IpoCur_f32 Ifl_IpoCur_f32] || 4|| 0x04|| ○ || || [#Ifl_IpoMap_f32 Ifl_IpoMap_f32] || 5|| 0x05|| ○ || || [#Ifl_Interpolate_f32 Ifl_Interpolate_f32] || 6|| 0x06|| ○ || || [#Ifl_IntIpoCur_f32_f32 Ifl_IntIpoCur_f32_f32] || 16|| 0x10|| ○ || || [#Ifl_IntIpoMap_f32f32_f32 Ifl_IntIpoMap_f32f32_f32] || 17|| 0x11|| ○ || || [#Ifl_GetVersionInfo Ifl_GetVersionInfo] || 255|| 0xFF|| ○ || ---- = API仕様 = == Ifl_DPSearch_f32 == {{{ void Ifl_DPSearch_f32 (Ifl_DPResultF32_Type* dpResult, float32 Xin, uint32 N, const float32* X_array) }}} == Ifl_IpoCur_f32 == {{{ float32 Ifl_IpoCur_f32 (const Ifl_DPResultF32_Type* dpResult, const float32* Val_array) }}} == Ifl_IpoMap_f32 == {{{ float32 Ifl_IpoMap_f32 (const Ifl_DPResultF32_Type* dpResultX, const Ifl_DPResultF32_Type* dpResultY, uint32 num_value, const float32* Val_array) }}} == Ifl_Interpolate_f32 == {{{ float32 Ifl_Interpolate_f32 (float32 Value1, float32 Value2, float32 Coef) }}} == Ifl_IntIpoCur_f32_f32 == {{{ float32 Ifl_IntIpoCur_f32_f32 (float32 X_in, uint32 N, const float32* X_array, const float32* Val_array) }}} == Ifl_IntIpoMap_f32f32_f32 == {{{ float32 Ifl_IntIpoMap_f32f32_f32 (float32 Xin, float32 Yin, uint32 Nx, uint32 Ny, const float32* X_array, const float32* Y_array, const float32* Val_array) }}} == Ifl_GetVersionInfo == {{{ void Ifl_GetVersionInfo (Std_VersionInfoType* versioninfo) }}}