ElectricResistanceOps
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
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
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
ElectricResistance get megaohms => ElectricResistance.megaohms(this);microohms extension no setter
Creates an ElectricResistance of this value in microohms.
Available on num, provided by the ElectricResistanceOps extension
Implementation
ElectricResistance get microohms => ElectricResistance.microohms(this);milliohms extension no setter
Creates an ElectricResistance of this value in milliohms.
Available on num, provided by the ElectricResistanceOps extension
Implementation
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
ElectricResistance get ohms => ElectricResistance.ohms(this);