Skip to content

c3441001 bab0 c956 68de a1ea8f28098e

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

FactoredUnit.GetNotation Method

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 GetNotation(
	IFormatProvider formatProvider = null
)

C#

public string GetNotation(
	IFormatProvider formatProvider = null
)

VB

Public Function GetNotation ( 
	Optional formatProvider As IFormatProvider = Nothing
) As String

VB

Public Function GetNotation ( 
	Optional formatProvider As IFormatProvider = Nothing
) As String

C++

public:
virtual String^ GetNotation(
	IFormatProvider^ formatProvider = nullptr
) sealed

C++

public:
virtual String^ GetNotation(
	IFormatProvider^ formatProvider = nullptr
) sealed

F#

abstract GetNotation : 
        ?formatProvider : IFormatProvider 
(* Defaults:
        let _formatProvider = defaultArg formatProvider null
*)
-> string 
override GetNotation : 
        ?formatProvider : IFormatProvider 
(* Defaults:
        let _formatProvider = defaultArg formatProvider null
*)
-> string 

F#

abstract GetNotation : 
        ?formatProvider : IFormatProvider 
(* Defaults:
        let _formatProvider = defaultArg formatProvider null
*)
-> string 
override GetNotation : 
        ?formatProvider : IFormatProvider 
(* Defaults:
        let _formatProvider = defaultArg formatProvider null
*)
-> string 

Parameters

 

formatProvider (Optional)
Type: System.IFormatProvider
[Missing documentation for "M:Sundew.Quantities.Engine.Units.FactoredUnit.GetNotation(System.IFormatProvider)"]

Return Value

Type: String
The notation.

Implements

IUnit.GetNotation(IFormatProvider)

See Also

Reference

FactoredUnit Class
Sundew.Quantities.Engine.Units Namespace

Clone this wiki locally