number

package
v1.6.4 Latest Latest
Warning

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

Go to latest
Published: May 10, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Join

func Join[T number](elems []T, sep string) string

Join 使用指定分隔符 sep 连接 []number

func ParseFloat

func ParseFloat[T floatnumber](val any) (result T)

ParseFloat 把 any 解析成指定的 float number 类型

T 直接返回
数字类型,先转成字符串,再使用 strconv 转换
字符串,使用 strconv 转换
其他,返回 0

func ParseInt

func ParseInt[T intnumber](val any) (result T)

ParseInt 把 any 解析成指定的 int number 类型

T 直接返回
数字类型,先转成字符串,再使用 strconv 转换
字符串,使用 strconv 转换
其他,返回 0

Types

This section is empty.

Jump to

Keyboard shortcuts

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