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