Skip to content

InductanceOps

extensionInductanceOpsonnum

Extension methods for constructing Inductance values from num.

Properties

henries extension no setter

Inductancegethenries

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

Inductancegetmicrohenries

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

Inductancegetmillihenries

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

Inductancegetnanohenries

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

Inductancegetpicohenries

Creates an Inductance of this value in picohenries.

Available on num, provided by the InductanceOps extension

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