numpy.polynomial.laguerre.Laguerre.has_samewindow#

方法

polynomial.laguerre.Laguerre.has_samewindow(other)[原始碼]#

檢查視窗是否匹配。

參數:
other類別實例

另一個類別必須具有 window 屬性。

返回:
bool布林值

如果視窗相同則為 True,否則為 False。