Skip to content

d09d4f91 e64c 9f23 f438 559885e01588

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

IlluminanceUnitSelector.Lux Property

Gets the lux.

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

Syntax

C#

public Expression Lux { get; }

C#

public Expression Lux { get; }

VB

Public ReadOnly Property Lux As Expression
	Get

VB

Public ReadOnly Property Lux As Expression
	Get

C++

public:
virtual property Expression^ Lux {
	Expression^ get () sealed;
}

C++

public:
virtual property Expression^ Lux {
	Expression^ get () sealed;
}

F#

abstract Lux : Expression with get
override Lux : Expression with get

F#

abstract Lux : Expression with get
override Lux : Expression with get

Property Value

Type: Expression
The lux.

Implements

IIlluminanceUnitSelector.Lux

See Also

Reference

IlluminanceUnitSelector Class
Sundew.Quantities.Photometry.UnitSelection Namespace

Clone this wiki locally