Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
357
func
(f Float16) Greater(other Float16) bool {
358
return
other.Less(f)
359
}
360
361
func
(f Float16) GreaterEq(other Float16) bool {
362
return
other.LessEq(f)
Callers
4
TestStructEvolvingOverride
Function · 0.80
TestValidationDemo
Function · 0.80
TestSliceDemo
Function · 0.80
TestDynamicSliceDemo
Function · 0.80
Calls
1
Less
Method · 0.80
Tested by
4
TestStructEvolvingOverride
Function · 0.64
TestValidationDemo
Function · 0.64
TestSliceDemo
Function · 0.64
TestDynamicSliceDemo
Function · 0.64