MCPcopy
hub / github.com/CesiumGS/cesium / greaterThanOrEquals

Method greaterThanOrEquals

packages/engine/Source/Core/JulianDate.js:1146–1148  ·  view source on GitHub ↗

* Compares the provided instances and returns true if left is later than or equal to right , false otherwise. * * @param {JulianDate} left The first instance. * @param {JulianDate} right The second instance. * @returns {boolean} tr

(left, right)

Source from the content-addressed store, hash-verified

1144 * @returns {boolean} <code>true</code> if <code>left</code> is later than or equal to <code>right</code>, <code>false</code> otherwise.
1145 */
1146 static greaterThanOrEquals(left, right) {
1147 return JulianDate.compare(left, right) >= 0;
1148 }
1149
1150 /**
1151 * Duplicates this instance.

Callers 15

TextureAtlasFunction · 0.80
TextureAtlas.jsFile · 0.80
Texture.jsFile · 0.80
CubeMapFace.jsFile · 0.80
Texture3D.jsFile · 0.80
SamplerFunction · 0.80
continueDrawFunction · 0.80
getMethod · 0.80
ClippingPolygonFunction · 0.80
ITwinData.jsFile · 0.80

Calls 1

compareMethod · 0.80

Tested by

no test coverage detected