![]() |
VOOZH | about |
Syntax: float.zero() Parameter:float value which is to be checked Return: Boolean value return true if value is zero otherwise return falseExample #1: Output :
a is zero : true b is zero : true c is zero : falseExample #2: Output :
a is zero : false b is zero : false