Table of Contents

CreateHertz Method

Definition

Namespace
Codebelt.Unitify
Assemblies
Codebelt.Unitify.dll
Source
src/Codebelt.Unitify/UnitFactory.cs

CreateHertz(double, IPrefix, Action<UnitFormatOptions>)

Creates a unit of measure for Frequency in hertz.

public static IPrefixUnit CreateHertz(double value, IPrefix prefix = null, Action<UnitFormatOptions> setup = null)

Parameters

value double

The value of the unit.

prefix IPrefix

The prefix of the unit.

setup Action<UnitFormatOptions>

The UnitFormatOptions which may be configured.

Returns

IPrefixUnit

A unit of measure for Frequency in hertz.

See Also