numpy.polynomial.hermite.Hermite.has_samewindow# 方法 polynomial.hermite.Hermite.has_samewindow(other)[原始碼]# Check if windows match. 參數: otherclass instanceThe other class must have the window attribute. 回傳值: boolbooleanTrue if the windows are the same, False otherwise.