• Are + or - scalar operators _on the Address type_? Or are they scalar operators on OTHER types?

    What is or is not a scalar operator depends on the type. DistanceFrom is a scalar operator on the Address type -- but is not an operator for the integer type.

    Remember, scalar != primitive.

    --
    Adam Machanic
    whoisactive