numpy.polynomial.laguerre.Laguerre.has_samewindow#

方法

polynomial.laguerre.Laguerre.has_samewindow(other)[source]#

检查窗口是否匹配。

版本 1.6.0 中的新功能。

参数:
other类实例

另一个类必须具有 window 属性。

返回值:
bool布尔值

如果窗口相同,则返回 True,否则返回 False。