Skip to content

d1159eac 460e ae15 54b3 856de6ec3246

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

ExponentSelector(TUnits, TPrefixesAndUnits).Cubic Property

Gets the cubic.

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

Syntax

C#

public TPrefixesAndUnits Cubic { get; }

C#

public TPrefixesAndUnits Cubic { get; }

VB

Public ReadOnly Property Cubic As TPrefixesAndUnits
	Get

VB

Public ReadOnly Property Cubic As TPrefixesAndUnits
	Get

C++

public:
virtual property TPrefixesAndUnits Cubic {
	TPrefixesAndUnits get () sealed;
}

C++

public:
virtual property TPrefixesAndUnits Cubic {
	TPrefixesAndUnits get () sealed;
}

F#

abstract Cubic : 'TPrefixesAndUnits with get
override Cubic : 'TPrefixesAndUnits with get

F#

abstract Cubic : 'TPrefixesAndUnits with get
override Cubic : 'TPrefixesAndUnits with get

Property Value

Type: TPrefixesAndUnits
The cubic.

Implements

IExponentSelector(TUnitSelector).Cubic

See Also

Reference

ExponentSelector(TUnits, TPrefixesAndUnits) Class
Sundew.Quantities.Engine.UnitSelection Namespace

Clone this wiki locally