技术文档MQL5参考标准程序库数学模糊逻辑Membership functionsCNormalCombinationMembershipFunctionB1B1B1(获得方法)获取第一归属函数的中心值。double B1()返回值 第一归属函数的中心值。B1(设置方法)设置第一归属函数的中心值。void B1( const double b1 // 第一中心值 )参数 b[in] 第一归属函数的中心值。B2