Skip to content

InductanceOps

extension InductanceOps on num

Extension methods for constructing Inductance values from num.

Properties

henries extension no setter

Inductance get henries

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

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

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

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

Creates an Inductance of this value in picohenries.

Available on num, provided by the InductanceOps extension

Implementation
dart
Inductance get picohenries => Inductance.picohenries(this);