Table of Contents

Struct AngularVelocitySquared

Namespace
H.Extensions.Unit
Assembly
H.Extensions.Unit.dll
public readonly struct AngularVelocitySquared : IPhysicalQuantity
Implements
Inherited Members
Extension Methods

Constructors

AngularVelocitySquared(PhysicalQuantity)

public AngularVelocitySquared(PhysicalQuantity q)

Parameters

q PhysicalQuantity

AngularVelocitySquared(double)

public AngularVelocitySquared(double v)

Parameters

v double

Properties

Dimensions

public Dimensions Dimensions { get; }

Property Value

Dimensions

Value

public double Value { get; init; }

Property Value

double

Methods

Compare(AngularVelocitySquared, AngularVelocitySquared)

public static int Compare(AngularVelocitySquared v1, AngularVelocitySquared v2)

Parameters

v1 AngularVelocitySquared
v2 AngularVelocitySquared

Returns

int

Equals(object)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current instance.

Returns

bool

true if obj and this instance are the same type and represent the same value; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.

Parse(string)

public static AngularVelocitySquared Parse(string s)

Parameters

s string

Returns

AngularVelocitySquared

Parse(string, UnitsSystem)

public static AngularVelocitySquared Parse(string s, UnitsSystem system)

Parameters

s string
system UnitsSystem

Returns

AngularVelocitySquared

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.

ToString(params Unit[])

public string ToString(params Unit[] units)

Parameters

units Unit[]

Returns

string

ToString(UnitsSystem, FormatOption)

public string ToString(UnitsSystem system, UnitsSystem.FormatOption option)

Parameters

system UnitsSystem
option UnitsSystem.FormatOption

Returns

string

ToString(FormatOption)

public string ToString(UnitsSystem.FormatOption option)

Parameters

option UnitsSystem.FormatOption

Returns

string

ToString(int, params Unit[])

public string ToString(int precision, params Unit[] units)

Parameters

precision int
units Unit[]

Returns

string

TryParse(string, out AngularVelocitySquared)

public static bool TryParse(string s, out AngularVelocitySquared q)

Parameters

s string
q AngularVelocitySquared

Returns

bool

TryParse(string, UnitsSystem, out AngularVelocitySquared)

public static bool TryParse(string s, UnitsSystem system, out AngularVelocitySquared q)

Parameters

s string
system UnitsSystem
q AngularVelocitySquared

Returns

bool

Operators

operator +(AngularVelocitySquared, AngularVelocitySquared)

public static AngularVelocitySquared operator +(AngularVelocitySquared v1, AngularVelocitySquared v2)

Parameters

v1 AngularVelocitySquared
v2 AngularVelocitySquared

Returns

AngularVelocitySquared

operator /(AngularVelocitySquared, AngularVelocity)

public static AngularVelocity operator /(AngularVelocitySquared v1, AngularVelocity v2)

Parameters

v1 AngularVelocitySquared
v2 AngularVelocity

Returns

AngularVelocity

operator /(AngularVelocitySquared, AngularVelocitySquared)

public static Dimensionless operator /(AngularVelocitySquared v1, AngularVelocitySquared v2)

Parameters

v1 AngularVelocitySquared
v2 AngularVelocitySquared

Returns

Dimensionless

operator /(AngularVelocitySquared, Dimensionless)

public static AngularVelocitySquared operator /(AngularVelocitySquared v1, Dimensionless v2)

Parameters

v1 AngularVelocitySquared
v2 Dimensionless

Returns

AngularVelocitySquared

operator /(AngularVelocitySquared, double)

public static AngularVelocitySquared operator /(AngularVelocitySquared v1, double v2)

Parameters

v1 AngularVelocitySquared
v2 double

Returns

AngularVelocitySquared

operator /(AngularVelocitySquared, int)

public static AngularVelocitySquared operator /(AngularVelocitySquared v1, int v2)

Parameters

v1 AngularVelocitySquared
v2 int

Returns

AngularVelocitySquared

operator ==(AngularVelocitySquared, AngularVelocitySquared)

public static bool operator ==(AngularVelocitySquared v1, AngularVelocitySquared v2)

Parameters

v1 AngularVelocitySquared
v2 AngularVelocitySquared

Returns

bool

operator >(AngularVelocitySquared, AngularVelocitySquared)

public static bool operator >(AngularVelocitySquared v1, AngularVelocitySquared v2)

Parameters

v1 AngularVelocitySquared
v2 AngularVelocitySquared

Returns

bool

operator >=(AngularVelocitySquared, AngularVelocitySquared)

public static bool operator >=(AngularVelocitySquared v1, AngularVelocitySquared v2)

Parameters

v1 AngularVelocitySquared
v2 AngularVelocitySquared

Returns

bool

operator !=(AngularVelocitySquared, AngularVelocitySquared)

public static bool operator !=(AngularVelocitySquared v1, AngularVelocitySquared v2)

Parameters

v1 AngularVelocitySquared
v2 AngularVelocitySquared

Returns

bool

operator <(AngularVelocitySquared, AngularVelocitySquared)

public static bool operator <(AngularVelocitySquared v1, AngularVelocitySquared v2)

Parameters

v1 AngularVelocitySquared
v2 AngularVelocitySquared

Returns

bool

operator <=(AngularVelocitySquared, AngularVelocitySquared)

public static bool operator <=(AngularVelocitySquared v1, AngularVelocitySquared v2)

Parameters

v1 AngularVelocitySquared
v2 AngularVelocitySquared

Returns

bool

operator *(AngularVelocitySquared, AngularMomentum)

public static Energy operator *(AngularVelocitySquared v1, AngularMomentum v2)

Parameters

v1 AngularVelocitySquared
v2 AngularMomentum

Returns

Energy

operator *(AngularVelocitySquared, Dimensionless)

public static AngularVelocitySquared operator *(AngularVelocitySquared v1, Dimensionless v2)

Parameters

v1 AngularVelocitySquared
v2 Dimensionless

Returns

AngularVelocitySquared

operator *(AngularVelocitySquared, Length)

public static Acceleration operator *(AngularVelocitySquared v1, Length v2)

Parameters

v1 AngularVelocitySquared
v2 Length

Returns

Acceleration

operator *(AngularVelocitySquared, double)

public static AngularVelocitySquared operator *(AngularVelocitySquared v1, double v2)

Parameters

v1 AngularVelocitySquared
v2 double

Returns

AngularVelocitySquared

operator *(AngularVelocitySquared, int)

public static AngularVelocitySquared operator *(AngularVelocitySquared v1, int v2)

Parameters

v1 AngularVelocitySquared
v2 int

Returns

AngularVelocitySquared

operator *(double, AngularVelocitySquared)

public static AngularVelocitySquared operator *(double v1, AngularVelocitySquared v2)

Parameters

v1 double
v2 AngularVelocitySquared

Returns

AngularVelocitySquared

operator -(AngularVelocitySquared, AngularVelocitySquared)

public static AngularVelocitySquared operator -(AngularVelocitySquared v1, AngularVelocitySquared v2)

Parameters

v1 AngularVelocitySquared
v2 AngularVelocitySquared

Returns

AngularVelocitySquared

operator -(AngularVelocitySquared)

public static AngularVelocitySquared operator -(AngularVelocitySquared v)

Parameters

v AngularVelocitySquared

Returns

AngularVelocitySquared