Struct

Force

USI.Core

Public SDK type.

public struct Force : IEquatable<Force>

Constructors

Force

public Force(double Value, ForceUnit Unit)

Properties

Newtons

public double Newtons { get; }

Unit

public ForceUnit Unit { get; set; }

Value

public double Value { get; set; }

Methods

Deconstruct

public void Deconstruct(double Value, ForceUnit Unit)

Equals

public bool Equals(object obj)

Equals

public bool Equals(Force other)

GetHashCode

public int GetHashCode()

In

public Force In(ForceUnit unit)

ToString

public string ToString()