ForceOps
Extension methods for constructing Force values from num.
Properties
dynes extension no setter
Creates a Force of this value in dynes.
Available on num, provided by the ForceOps extension
Implementation
Force get dynes => Force.dynes(this);kilonewtons extension no setter
Creates a Force of this value in kilonewtons.
Available on num, provided by the ForceOps extension
Implementation
Force get kilonewtons => Force.kilonewtons(this);kiloponds extension no setter
Creates a Force of this value in kiloponds.
Available on num, provided by the ForceOps extension
Implementation
Force get kiloponds => Force.kiloponds(this);kips extension no setter
Creates a Force of this value in kips.
Available on num, provided by the ForceOps extension
Implementation
Force get kips => Force.kips(this);meganewtons extension no setter
Creates a Force of this value in meganewtons.
Available on num, provided by the ForceOps extension
Implementation
Force get meganewtons => Force.meganewtons(this);micronewtons extension no setter
Creates a Force of this value in micronewtons.
Available on num, provided by the ForceOps extension
Implementation
Force get micronewtons => Force.micronewtons(this);millinewtons extension no setter
Creates a Force of this value in millinewtons.
Available on num, provided by the ForceOps extension
Implementation
Force get millinewtons => Force.millinewtons(this);newtons extension no setter
Creates a Force of this value in newtons.
Available on num, provided by the ForceOps extension
Implementation
Force get newtons => Force.newtons(this);poundals extension no setter
Creates a Force of this value in poundals.
Available on num, provided by the ForceOps extension
Implementation
Force get poundals => Force.poundals(this);poundsForce extension no setter
Creates a Force of this value in pounds-force.
Available on num, provided by the ForceOps extension
Implementation
Force get poundsForce => Force.poundsForce(this);