Skip to content

402ba19a 1bc7 8973 c49b 6312ae270669

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

ElectricCurrent.Interval Method

Creates a interval based on the specified min, max and unit.

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

Syntax

C#

public static Interval<ElectricCurrent> Interval(
	double min,
	double max,
	SelectUnit<ElectricCurrentUnitSelector> unitSelector
)

C#

public static Interval<ElectricCurrent> Interval(
	double min,
	double max,
	SelectUnit<ElectricCurrentUnitSelector> unitSelector
)

VB

Public Shared Function Interval ( 
	min As Double,
	max As Double,
	unitSelector As SelectUnit(Of ElectricCurrentUnitSelector)
) As Interval(Of ElectricCurrent)

VB

Public Shared Function Interval ( 
	min As Double,
	max As Double,
	unitSelector As SelectUnit(Of ElectricCurrentUnitSelector)
) As Interval(Of ElectricCurrent)

C++

public:
static Interval<ElectricCurrent^>^ Interval(
	double min, 
	double max, 
	SelectUnit<ElectricCurrentUnitSelector^>^ unitSelector
)

C++

public:
static Interval<ElectricCurrent^>^ Interval(
	double min, 
	double max, 
	SelectUnit<ElectricCurrentUnitSelector^>^ unitSelector
)

F#

static member Interval : 
        min : float * 
        max : float * 
        unitSelector : SelectUnit<ElectricCurrentUnitSelector> -> Interval<ElectricCurrent> 

F#

static member Interval : 
        min : float * 
        max : float * 
        unitSelector : SelectUnit<ElectricCurrentUnitSelector> -> Interval<ElectricCurrent> 

Parameters

 

min
Type: System.Double
The minimum.
max
Type: System.Double
The maximum.
unitSelector
Type: Sundew.Quantities.Engine.UnitSelection.SelectUnit(ElectricCurrentUnitSelector)
The unit selector.

Return Value

Type: Interval(ElectricCurrent)
The new interval.

See Also

Reference

ElectricCurrent Class
Sundew.Quantities.Electromagnetism Namespace

Clone this wiki locally