UnitForce

@available(swift 3.1)
@available(iOS 10.0, tvOS 10.0, watchOS 3.0, OSX 10.12, *)
public final class UnitForce : Dimension

Units of Force

  • Force in Newtons (N)

    Declaration

    Swift

    public class var newton: UnitForce { get }
  • Force in Kilogram Force (kgf)

    Declaration

    Swift

    public class var kilogramForce: UnitForce { get }
  • Force in Pound Force (lbf)

    Declaration

    Swift

    public class var poundForce: UnitForce { get }
  • Force in Dyne (dyn)

    Declaration

    Swift

    public class var dyne: UnitForce { get }
  • Base Unit for Force

    Declaration

    Swift

    public override class func baseUnit() -> UnitForce

    Return Value

    The Force Base Unit

  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    public override func encode(with aCoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    public override func isEqual(_ object: Any?) -> Bool