Skip to content

04809524 4449 5cd4 15b3 a34d30042d6e

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

Force.Multiply Operator (Force, Time)

Multiplies the specified LHS and RHS.

Namespace: Sundew.Quantities.Mechanics
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public static Momentum operator *(
	Force lhs,
	Time rhs
)

C#

public static Momentum operator *(
	Force lhs,
	Time rhs
)

VB

Public Shared Operator * ( 
	lhs As Force,
	rhs As Time
) As Momentum

VB

Public Shared Operator * ( 
	lhs As Force,
	rhs As Time
) As Momentum

C++

public:
static Momentum^ operator *(
	Force^ lhs, 
	Time^ rhs
)

C++

public:
static Momentum^ operator *(
	Force^ lhs, 
	Time^ rhs
)

F#

static let inline (*)
        lhs : Force * 
        rhs : Time  : Momentum

F#

static let inline (*)
        lhs : Force * 
        rhs : Time  : Momentum

Parameters

 

lhs
Type: Sundew.Quantities.Mechanics.Force
The LHS quantity.
rhs
Type: Sundew.Quantities.Periodics.Time
The RHS quantity.

Return Value

Type: Momentum
The product of the specified LHS and RHS.

See Also

Reference

Force Class
Multiply Overload
Sundew.Quantities.Mechanics Namespace

Clone this wiki locally