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