public class OneDayTsProfile : IOneDayProfile,
IExtensibleDataObject| ExtensionData | |
| Id | ID of Daily Pattern |
| Relative | Specifies whether the DailyPattern is relative or absolute. If relative, the DailyPattern is scaled such that its values integrates to 1 over one day. Default is true. |
| RelativeTimes | Relative times, from 0 to 1, where the value of 1 is one day. |
| Values | Values macthing the RelativeTimes array |
| Create | Creating a OneDayTsProfile assuming that each value[i] is defined based on the valueType. |
| CreateMidpointValues | Creating a OneDayTsProfile assuming that each value[i] is defined in the middle of the interval times[i] to times[i+1], assuming that the value is valid until time 60*60*24 (secondsInOneDay). |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetAccumulatedValue | Get the accumulated value of the one-day-profile in the given interval. Only the time of day part of the date is used. If start is exactly on midnight, is it assumed to be 0 hours. If end is exactly on midnigt is is assumed to be 24 hours. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetValue | Get the value of the daily pattern at the given date. Only the time of day part of the date is used. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Prepare | Prepare item for simulation. |
| ToString |
String describing the object
(Overrides ObjectToString) |