from_hertz method

from_hertz

Returns a Frequency object that is represented in hertz.

Returns

Returns a Frequency object.

def from_hertz(self, value):
    ...
ParameterTypeDescription
valuefloatThe value.

See Also