定义一个变量仅具有实际系数的第2位多名函数的函数.

Methods

static Cesium.QuadraticRealPolynomial.computeDiscriminant(a, b, c)number

提供四极方程与所提供的系数的区别.
Name Type Description
a number 二序单数的系数.
b number 第一顺序单数的系数 .
c number 0顺序单数的系数 .
Returns:
歧视者的价值.

static Cesium.QuadraticRealPolynomial.computeRealRoots(a, b, c)Array.<number>

以所提供的系数提供四极多元体的真正价值根.
Name Type Description
a number 二序单数的系数.
b number 第一顺序单数的系数 .
c number 0顺序单数的系数 .
Returns:
真正珍贵的根.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.