C# 클래스 dk.ku.life.Daisy.OpenMI.DaisyWrapper.DimTab

파일 보기 프로젝트 열기: perabrahamsen/daisy-model

공개 프로퍼티들

프로퍼티 타입 설명
AmountOfSubstance int
description string
dimension string
factor double
length int
mass int
offset double
temperature int
time int

공개 메소드들

메소드 설명
DimTab ( string dim, string desc, int l, int m, int ti, int temp, int amount, double f, double off ) : System

메소드 상세

DimTab() 공개 메소드

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
리턴 System

프로퍼티 상세

AmountOfSubstance 공개적으로 프로퍼티

public int AmountOfSubstance
리턴 int

description 공개적으로 프로퍼티

public string description
리턴 string

dimension 공개적으로 프로퍼티

public string dimension
리턴 string

factor 공개적으로 프로퍼티

public double factor
리턴 double

length 공개적으로 프로퍼티

public int length
리턴 int

mass 공개적으로 프로퍼티

public int mass
리턴 int

offset 공개적으로 프로퍼티

public double offset
리턴 double

temperature 공개적으로 프로퍼티

public int temperature
리턴 int

time 공개적으로 프로퍼티

public int time
리턴 int