C# 클래스 TimeSeriesLibrary.TSDateValueStruct

파일 보기 프로젝트 열기: hydrologics/TimeSeriesLibrary 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Date System.DateTime
Value double

프로퍼티 상세

Date 공개적으로 프로퍼티

The date of the time step
public DateTime,System Date
리턴 System.DateTime

Value 공개적으로 프로퍼티

The value of the time series on the time step
public double Value
리턴 double