InductanceOps
extension InductanceOps on numExtension methods for constructing Inductance values from num.
Properties
henries extension no setter
Inductance get henriesCreates an Inductance of this value in henries.
Available on num, provided by the InductanceOps extension
Implementation
dart
Inductance get henries => Inductance.henries(this);microhenries extension no setter
Inductance get microhenriesCreates an Inductance of this value in microhenries.
Available on num, provided by the InductanceOps extension
Implementation
dart
Inductance get microhenries => Inductance.microhenries(this);millihenries extension no setter
Inductance get millihenriesCreates an Inductance of this value in millihenries.
Available on num, provided by the InductanceOps extension
Implementation
dart
Inductance get millihenries => Inductance.millihenries(this);nanohenries extension no setter
Inductance get nanohenriesCreates an Inductance of this value in nanohenries.
Available on num, provided by the InductanceOps extension
Implementation
dart
Inductance get nanohenries => Inductance.nanohenries(this);picohenries extension no setter
Inductance get picohenriesCreates an Inductance of this value in picohenries.
Available on num, provided by the InductanceOps extension
Implementation
dart
Inductance get picohenries => Inductance.picohenries(this);