Skip to content

d1967af5 fa72 bfa6 a91d a5dba485b74d

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

IQuantity.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#

double Value { get; }

C#

double Value { get; }

VB

ReadOnly Property Value As Double
	Get

VB

ReadOnly Property Value As Double
	Get

C++

property double Value {
	double get ();
}

C++

property double Value {
	double get ();
}

F#

abstract Value : float with get

F#

abstract Value : float with get

Property Value

Type: Double
The quantity value.

See Also

Reference

IQuantity Interface
Sundew.Quantities.Engine.Quantities Namespace

Clone this wiki locally