Skip to content

cf0f1818 7d40 eb32 6fa8 716524a60810

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

FactoredUnit.Notation Property

Gets the notation.

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

Syntax

C#

public string Notation { get; }

C#

public string Notation { get; }

VB

Public ReadOnly Property Notation As String
	Get

VB

Public ReadOnly Property Notation As String
	Get

C++

public:
virtual property String^ Notation {
	String^ get () sealed;
}

C++

public:
virtual property String^ Notation {
	String^ get () sealed;
}

F#

abstract Notation : string with get
override Notation : string with get

F#

abstract Notation : string with get
override Notation : string with get

Property Value

Type: String
The notation.

Implements

IUnit.Notation

See Also

Reference

FactoredUnit Class
Sundew.Quantities.Engine.Units Namespace

Clone this wiki locally