Table of Contents

CreateHenry Method

Definition

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

CreateHenry(double, IPrefix, Action<UnitFormatOptions>)

Creates a unit of measure for Inductance in henries.

public static IPrefixUnit CreateHenry(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 Inductance in henries.

See Also