|
Frame.LessThanOrEqual Operator
|
Returns true if left
Frame timestamp is less than or equal to right
Frame timestamp.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntaxpublic static bool operator <=(
Frame frame1,
Frame frame2
)
Public Shared Operator <= (
frame1 As Frame,
frame2 As Frame
) As Boolean
public:
static bool operator <=(
Frame^ frame1,
Frame^ frame2
)
static let inline (<=)
frame1 : Frame *
frame2 : Frame : bool
JavaScript does not support overloaded operators.
View SourceParameters
- frame1 Frame
- The Frame left hand operand.
- frame2 Frame
- The Frame right hand operand.
Return Value
BooleanA
Boolean representing the result of the operation.
See Also