技术文档MQL5参考标准程序库数学模糊逻辑Membership functionsCDifferencTwoSigmoidalMembershipFunctionGetValueGetValueGetValue通过指定自变数计算归属函数值。double GetValue( const double x // 归属函数自变数 )参数 x[in] 归属函数自变数。返回值 归属函数值。C2