Table of Contents

CreateNewton Method

Definition

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

CreateNewton(double, IPrefix, Action<UnitFormatOptions>)

Creates a unit of measure for Force in newtons.

public static IPrefixUnit CreateNewton(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 Force in newtons.

See Also