Skip to content

4e262d1f 8d67 a6f1 6188 6953457614f5

Kim Hugener-Ohlsen edited this page May 28, 2016 · 1 revision

QuantityOperations.Root Method

Nth roots the specified LHS.

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

Syntax

C#

public static IQuantity Root(
	IQuantity lhs,
	double rhs
)

C#

public static IQuantity Root(
	IQuantity lhs,
	double rhs
)

VB

Public Shared Function Root ( 
	lhs As IQuantity,
	rhs As Double
) As IQuantity

VB

Public Shared Function Root ( 
	lhs As IQuantity,
	rhs As Double
) As IQuantity

C++

public:
static IQuantity^ Root(
	IQuantity^ lhs, 
	double rhs
)

C++

public:
static IQuantity^ Root(
	IQuantity^ lhs, 
	double rhs
)

F#

static member Root : 
        lhs : IQuantity * 
        rhs : float -> IQuantity 

F#

static member Root : 
        lhs : IQuantity * 
        rhs : float -> IQuantity 

Parameters

 

lhs
Type: Sundew.Quantities.Engine.Quantities.IQuantity
The LHS quantity.
rhs
Type: System.Double
The RHS quantity.

Return Value

Type: IQuantity
The nth root of lhs.

See Also

Reference

QuantityOperations Class
Sundew.Quantities.Engine Namespace

Clone this wiki locally