Skip to content

2a839cd4 a893 19c1 a199 0b274a69b513

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

Velocity.Multiply Operator

Multiplies the specified LHS and RHS.

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

Syntax

C#

public static Distance operator *(
	Velocity lhs,
	Time rhs
)

C#

public static Distance operator *(
	Velocity lhs,
	Time rhs
)

VB

Public Shared Operator * ( 
	lhs As Velocity,
	rhs As Time
) As Distance

VB

Public Shared Operator * ( 
	lhs As Velocity,
	rhs As Time
) As Distance

C++

public:
static Distance^ operator *(
	Velocity^ lhs, 
	Time^ rhs
)

C++

public:
static Distance^ operator *(
	Velocity^ lhs, 
	Time^ rhs
)

F#

static let inline (*)
        lhs : Velocity * 
        rhs : Time  : Distance

F#

static let inline (*)
        lhs : Velocity * 
        rhs : Time  : Distance

Parameters

 

lhs
Type: Sundew.Quantities.Spacetime.Velocity
The LHS quantity.
rhs
Type: Sundew.Quantities.Periodics.Time
The RHS quantity.

Return Value

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

See Also

Reference

Velocity Class
Sundew.Quantities.Spacetime Namespace

Clone this wiki locally