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

Afficher le fichier Open project: perabrahamsen/daisy-model

Méthodes publiques

Свойство Type Description
AmountOfSubstance int
description string
dimension string
factor double
length int
mass int
offset double
temperature int
time int

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Property Details

AmountOfSubstance public_oe property

public int AmountOfSubstance
Résultat int

description public_oe property

public string description
Résultat string

dimension public_oe property

public string dimension
Résultat string

factor public_oe property

public double factor
Résultat double

length public_oe property

public int length
Résultat int

mass public_oe property

public int mass
Résultat int

offset public_oe property

public double offset
Résultat double

temperature public_oe property

public int temperature
Résultat int

time public_oe property

public int time
Résultat int