Skip to content

66f9c246 bd5e d48c df03 cd69e4c3ffd9

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

MagnitudeExpression.Rhs Property

Gets the RHS.

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

Syntax

C#

public ConstantExpression Rhs { get; }

C#

public ConstantExpression Rhs { get; }

VB

Public ReadOnly Property Rhs As ConstantExpression
	Get

VB

Public ReadOnly Property Rhs As ConstantExpression
	Get

C++

public:
property ConstantExpression^ Rhs {
	ConstantExpression^ get ();
}

C++

public:
property ConstantExpression^ Rhs {
	ConstantExpression^ get ();
}

F#

member Rhs : ConstantExpression with get

F#

member Rhs : ConstantExpression with get

Property Value

Type: ConstantExpression
The RHS ConstantExpression.

See Also

Reference

MagnitudeExpression Class
Sundew.Quantities.Engine.Representations.Hierarchical.Expressions Namespace

Clone this wiki locally