C# Class Esmf.NonTypedParameterElement

Datei anzeigen Open project: fund-model/fund

Public Methods

Method Description
FormatTrim ( double lowerBound, double upperBound ) : string
GetElementType ( ) : Type

Protected Methods

Method Description
NonTypedParameterElement ( Esmf.ParameterElementKey key ) : System

Method Details

FormatTrim() public static method

public static FormatTrim ( double lowerBound, double upperBound ) : string
lowerBound double
upperBound double
return string

GetElementType() public abstract method

public abstract GetElementType ( ) : Type
return System.Type

NonTypedParameterElement() protected method

protected NonTypedParameterElement ( Esmf.ParameterElementKey key ) : System
key Esmf.ParameterElementKey
return System