CapacitanceOps
extension CapacitanceOps on numExtension methods for constructing Capacitance values from num.
Properties
farads extension no setter
Capacitance get faradsCreates a Capacitance of this value in farads.
Available on num, provided by the CapacitanceOps extension
Implementation
dart
Capacitance get farads => Capacitance.farads(this);femtofarads extension no setter
Capacitance get femtofaradsCreates a Capacitance of this value in femtofarads.
Available on num, provided by the CapacitanceOps extension
Implementation
dart
Capacitance get femtofarads => Capacitance.femtofarads(this);microfarads extension no setter
Capacitance get microfaradsCreates a Capacitance of this value in microfarads.
Available on num, provided by the CapacitanceOps extension
Implementation
dart
Capacitance get microfarads => Capacitance.microfarads(this);millifarads extension no setter
Capacitance get millifaradsCreates a Capacitance of this value in millifarads.
Available on num, provided by the CapacitanceOps extension
Implementation
dart
Capacitance get millifarads => Capacitance.millifarads(this);nanofarads extension no setter
Capacitance get nanofaradsCreates a Capacitance of this value in nanofarads.
Available on num, provided by the CapacitanceOps extension
Implementation
dart
Capacitance get nanofarads => Capacitance.nanofarads(this);picofarads extension no setter
Capacitance get picofaradsCreates a Capacitance of this value in picofarads.
Available on num, provided by the CapacitanceOps extension
Implementation
dart
Capacitance get picofarads => Capacitance.picofarads(this);