MCPcopy Create free account
hub / github.com/cogentcore/core / IsString

Method IsString

tensor/tensor.go:54–54  ·  view source on GitHub ↗

returns true if the data type is a String. otherwise is numeric.

()

Source from the content-addressed store, hash-verified

52
53 // returns true if the data type is a String. otherwise is numeric.
54 IsString() bool
55
56 // Float returns the value of given index as a float64.
57 Float(i []int) float64

Callers 15

genPlotXYMethod · 0.65
tRowValueMethod · 0.65
ValueMethod · 0.65
tRowXValueMethod · 0.65
xValueMethod · 0.65
YErrorMethod · 0.65
columnsListUpdateMethod · 0.65
WriteCSVFunction · 0.65
TestTensorStringFunction · 0.65
TestTensorFloat64Function · 0.65
SetTensorIndexMethod · 0.65
CopyCellMethod · 0.65

Implementers 1

Bitstensor/bits.go

Calls

no outgoing calls

Tested by 2

TestTensorStringFunction · 0.52
TestTensorFloat64Function · 0.52