Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ Float
Method
Float
value/value.go:162–162 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
160
// Certain types are Numeric (Ints, Time, Number)
161
NumericValue
interface
{
162
Float() float64
163
Int() int64
164
}
165
// Slices can always return a []Value representation and is meant to be used
Callers
10
sqrtEval
Function · 0.65
avgEval
Function · 0.65
sumEval
Function · 0.65
Do
Method · 0.65
Do
Method · 0.65
walkUnary
Function · 0.65
ValueToFloat64
Function · 0.65
TestValues
Function · 0.65
TestValueNumber
Function · 0.65
TestStrings
Function · 0.65
Implementers
3
NumberValue
value/value.go
IntValue
value/value.go
TimeValue
value/value.go
Calls
no outgoing calls
Tested by
3
TestValues
Function · 0.52
TestValueNumber
Function · 0.52
TestStrings
Function · 0.52