Skip to content

fc74a228 9b09 4d25 91b3 7b60e8e1a7fa

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

Prefix.ToBase Method

Converts the specified value into the unit's base value.

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 double ToBase(
	double value
)

C#

public abstract double ToBase(
	double value
)

VB

Public MustOverride Function ToBase ( 
	value As Double
) As Double

VB

Public MustOverride Function ToBase ( 
	value As Double
) As Double

C++

public:
virtual double ToBase(
	double value
) abstract

C++

public:
virtual double ToBase(
	double value
) abstract

F#

abstract ToBase : 
        value : float -> float 

F#

abstract ToBase : 
        value : float -> float 

Parameters

 

value
Type: System.Double
The value.

Return Value

Type: Double
The unit's base value.

See Also

Reference

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

Clone this wiki locally