MCPcopy Create free account
hub / github.com/apache/fory / Greater

Method Greater

go/fory/float16/float16.go:357–359  ·  view source on GitHub ↗
(other Float16)

Source from the content-addressed store, hash-verified

355}
356
357func (f Float16) Greater(other Float16) bool {
358 return other.Less(f)
359}
360
361func (f Float16) GreaterEq(other Float16) bool {
362 return other.LessEq(f)

Callers 4

TestValidationDemoFunction · 0.80
TestSliceDemoFunction · 0.80
TestDynamicSliceDemoFunction · 0.80

Calls 1

LessMethod · 0.80

Tested by 4

TestValidationDemoFunction · 0.64
TestSliceDemoFunction · 0.64
TestDynamicSliceDemoFunction · 0.64