briotest

package
v0.28.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2020 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bin

type Bin struct {
	// contains filtered or unexported fields
}

func NewBin added in v0.28.0

func NewBin(x, y float64) *Bin

type Hist

type Hist struct {
	Name string
	Data struct {
		X float64
	}
	// contains filtered or unexported fields
}

func NewHist added in v0.28.0

func NewHist(
	name string, dataX float64,
	i int,
	u uint,

	i8 int8,
	i16 int16,
	i32 int32,
	i64 int64,
	u8 uint8,
	u16 uint16,
	u32 uint32,
	u64 uint64,

	f32 float32,
	f64 float64,

	c64 complex64,
	c128 complex128,

	b bool,

	arrI8 [2]int8,
	sliF64 []float64,
	bins []Bin,
	sliPs []*Bin,

	ptr *float64,
	myu8 U8,
	myu16 U16,
) *Hist

type U16 added in v0.20.0

type U16 uint16

type U8 added in v0.20.0

type U8 uint8

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL