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