toULong

fun toULong(): ULong

Returns element as ULong integer. For vector types, it will return size of the vector For String type, it will type to be parsed as integer Negative elements will become unsigned counterpart. Float elements will be casted to integer

Return

ULong integer or 0 if fail to convert element to long.