CreateJoule Method
Definition
CreateJoule(double, IPrefix, Action<UnitFormatOptions>)
Creates a unit of measure for Energy in joules.
public static IPrefixUnit CreateJoule(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 Energy in joules.
- See Also