public static IEnumerable<SineSquaredSignal> GetAll( Document document = null )
Public Shared Function GetAll ( Optional document As Document = Nothing ) As IEnumerable(Of SineSquaredSignal)
public: static IEnumerable<SineSquaredSignal^>^ GetAll( Document^ document = nullptr )
static member GetAll : ?document : Document (* Defaults: let _document = defaultArg document null *) -> IEnumerable<SineSquaredSignal>