Skip to content

ElectricResistanceOps

extensionElectricResistanceOpsonnum

Extension methods for constructing ElectricResistance values from num.

Properties

gigaohms extension no setter

Creates an ElectricResistance of this value in gigaohms.

Available on num, provided by the ElectricResistanceOps extension

Implementation
dart
ElectricResistance get gigaohms => ElectricResistance.gigaohms(this);

kiloohms extension no setter

Creates an ElectricResistance of this value in kiloohms.

Available on num, provided by the ElectricResistanceOps extension

Implementation
dart
ElectricResistance get kiloohms => ElectricResistance.kiloohms(this);

megaohms extension no setter

Creates an ElectricResistance of this value in megaohms.

Available on num, provided by the ElectricResistanceOps extension

Implementation
dart
ElectricResistance get megaohms => ElectricResistance.megaohms(this);

microohms extension no setter

ElectricResistancegetmicroohms

Creates an ElectricResistance of this value in microohms.

Available on num, provided by the ElectricResistanceOps extension

Implementation
dart
ElectricResistance get microohms => ElectricResistance.microohms(this);

milliohms extension no setter

ElectricResistancegetmilliohms

Creates an ElectricResistance of this value in milliohms.

Available on num, provided by the ElectricResistanceOps extension

Implementation
dart
ElectricResistance get milliohms => ElectricResistance.milliohms(this);

ohms extension no setter

Creates an ElectricResistance of this value in ohms.

Available on num, provided by the ElectricResistanceOps extension

Implementation
dart
ElectricResistance get ohms => ElectricResistance.ohms(this);