Skip to content

10157c5f f633 baa9 2130 b4d2981d60f0

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

MethodUnit.ToBase Method

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

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

Syntax

C#

public double ToBase(
	double value
)

C#

public double ToBase(
	double value
)

VB

Public Function ToBase ( 
	value As Double
) As Double

VB

Public Function ToBase ( 
	value As Double
) As Double

C++

public:
virtual double ToBase(
	double value
) sealed

C++

public:
virtual double ToBase(
	double value
) sealed

F#

abstract ToBase : 
        value : float -> float 
override ToBase : 
        value : float -> float 

F#

abstract ToBase : 
        value : float -> float 
override ToBase : 
        value : float -> float 

Parameters

 

value
Type: System.Double
The value.

Return Value

Type: Double
The unit's base value.

Implements

IConvertToAndFromBase.ToBase(Double)

See Also

Reference

MethodUnit Class
Sundew.Quantities.Engine.Units Namespace

Clone this wiki locally