Skip to content

CapacitanceOps

extension CapacitanceOps on num

Extension methods for constructing Capacitance values from num.

Properties

farads extension no setter

Capacitance get farads

Creates 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 femtofarads

Creates 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 microfarads

Creates 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 millifarads

Creates 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 nanofarads

Creates 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 picofarads

Creates a Capacitance of this value in picofarads.

Available on num, provided by the CapacitanceOps extension

Implementation
dart
Capacitance get picofarads => Capacitance.picofarads(this);