A real number profile; a function from time to real numbers.
Most real profiles are piecewise-linear, but some can be piecewise-constant if the underlying datatype is an integer. More general function types are currently unsupported.
Replaces all gaps in this profile with default segments taken from the argument
number or real profile to take default values from.
Produce an instantaneous window whenever this profile changes.
Produce a window whenever this profile is equal to another real profile.
Produce a window whenever this profile is greater than to another real profile.
Produce a window whenever this profile is greater than or equal to another real profile.
Produce a window whenever this profile is equal to another real profile plus or minus the tolerance
Produce a window whenever this profile is less than another real profile.
Produce a window whenever this profile is less than or equal to another real profile.
Create a real profile by subtracting another real profile from this.
Create a real profile where all segments are negated.
Produce a window whenever this profile is not equal to another real profile.
Create a real profile by adding this and another real profile together.
Create a real profile from this profile's derivative.
Shifts the profile forward or backward in time.
duration shift each segment (can be negative)
Create a real profile by multiplying this profile by a constant
Will use the start of the first span in the spans
Static
Reference the real profile associated with a resource.
Create a constant real profile.
Optional
Generated using TypeDoc
A real number profile; a function from time to real numbers.
Most real profiles are piecewise-linear, but some can be piecewise-constant if the underlying datatype is an integer. More general function types are currently unsupported.