CreateNewton Method
Definition
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
valuedoubleThe value of the unit.
prefixIPrefixThe prefix of the unit.
setupAction<UnitFormatOptions>The UnitFormatOptions which may be configured.
Returns
- IPrefixUnit
A unit of measure for Force in newtons.
- See Also