Calculate the number of zeros of the related transfer function
encapsulated function numberOfZeros import Modelica_LinearSystems2.StateSpace; input StateSpace ss "StateSpace object"; output Integer numberOfZeros; end numberOfZeros;