C# 클래스 CBIBS.MeasurementList

파일 보기 프로젝트 열기: NGFieldScope/JS-FieldScope

공개 프로퍼티들

프로퍼티 타입 설명
constellation string
measurement string[]
station string
time string[]
units string[]
value double[]

프로퍼티 상세

constellation 공개적으로 프로퍼티

public string constellation
리턴 string

measurement 공개적으로 프로퍼티

public string[] measurement
리턴 string[]

station 공개적으로 프로퍼티

public string station
리턴 string

time 공개적으로 프로퍼티

public string[] time
리턴 string[]

units 공개적으로 프로퍼티

public string[] units
리턴 string[]

value 공개적으로 프로퍼티

public double[] value
리턴 double[]