numpy.polynomial.hermite.Hermite.has_samewindow#

方法

polynomial.hermite.Hermite.has_samewindow(other)[原始碼]#

Check if windows match.

參數:
otherclass instance

The other class must have the window attribute.

回傳值:
boolboolean

True if the windows are the same, False otherwise.