func.integerize_truncate

Takes a single numeric argument x and returns a numeric vector containing the integers formed by truncating the values in x toward 0

Syntax

func.integerize_truncate(string)

Examples

func.integerize_truncate('30.66') --> 30  
func.integerize_truncate('22.13') --> 22
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)