Skip to content

e88812fe 6b45 0758 ec97 804019b1c68b

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

Quantity(TQuantity).Value Property

Gets the value.

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

Syntax

C#

public double Value { get; }

C#

public double Value { get; }

VB

Public ReadOnly Property Value As Double
	Get

VB

Public ReadOnly Property Value As Double
	Get

C++

public:
virtual property double Value {
	double get () sealed;
}

C++

public:
virtual property double Value {
	double get () sealed;
}

F#

abstract Value : float with get
override Value : float with get

F#

abstract Value : float with get
override Value : float with get

Property Value

Type: Double
The quantity value.

Implements

IQuantity.Value

See Also

Reference

Quantity(TQuantity) Class
Sundew.Quantities.Engine.Quantities Namespace

Clone this wiki locally