Click or drag to resize

FrameGreaterThanOrEqual Operator

Returns true if left Frame timestamp is greater than or equal to right Frame timestamp.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static bool operator >=(
	Frame frame1,
	Frame frame2
)
View Source

Parameters

frame1  Frame
The Frame left hand operand.
frame2  Frame
The Frame right hand operand.

Return Value

Boolean
A Boolean representing the result of the operation.
See Also