MCPcopy 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

sqrtEvalFunction · 0.65
avgEvalFunction · 0.65
sumEvalFunction · 0.65
DoMethod · 0.65
DoMethod · 0.65
walkUnaryFunction · 0.65
ValueToFloat64Function · 0.65
TestValuesFunction · 0.65
TestValueNumberFunction · 0.65
TestStringsFunction · 0.65

Implementers 3

NumberValuevalue/value.go
IntValuevalue/value.go
TimeValuevalue/value.go

Calls

no outgoing calls

Tested by 3

TestValuesFunction · 0.52
TestValueNumberFunction · 0.52
TestStringsFunction · 0.52