Skip to content

74885689 392d 614d 535a f90163cee73d

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

Prefix.Notation Property

Gets the notation.

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

Syntax

C#

public abstract string Notation { get; }

C#

public abstract string Notation { get; }

VB

Public MustOverride ReadOnly Property Notation As String
	Get

VB

Public MustOverride ReadOnly Property Notation As String
	Get

C++

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

C++

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

F#

abstract Notation : string with get

F#

abstract Notation : string with get

Property Value

Type: String
The notation.

See Also

Reference

Prefix Class
Sundew.Quantities.Engine.Representations.Hierarchical.Units Namespace

Clone this wiki locally