<-- Previous || Up || Next -->

Divide By Zero Property
Math Complex Class

Public Property Get DivideByZero( _
    ) As Variant

For differentiating between divide-by-zero and other types of errors when testing the trig. functions.
Currently defined as the Null value.

Examples:
    IsNull(DivideByZero) = True
    EqualExactDataType(Div(3, 0), DivideByZero) = True
See also:
    Div Function
    / Operator (Visual Basic)

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.