C# Class dk.ku.life.Daisy.OpenMI.DaisyWrapper.DimTab

显示文件 Open project: perabrahamsen/daisy-model

Public Properties

Property Type Description
AmountOfSubstance int
description string
dimension string
factor double
length int
mass int
offset double
temperature int
time int

Public Methods

Method Description
DimTab ( string dim, string desc, int l, int m, int ti, int temp, int amount, double f, double off ) : System

Method Details

DimTab() public method

public DimTab ( string dim, string desc, int l, int m, int ti, int temp, int amount, double f, double off ) : System
dim string
desc string
l int
m int
ti int
temp int
amount int
f double
off double
return System

Property Details

AmountOfSubstance public_oe property

public int AmountOfSubstance
return int

description public_oe property

public string description
return string

dimension public_oe property

public string dimension
return string

factor public_oe property

public double factor
return double

length public_oe property

public int length
return int

mass public_oe property

public int mass
return int

offset public_oe property

public double offset
return double

temperature public_oe property

public int temperature
return int

time public_oe property

public int time
return int