The compiler can not find the property function.

choi heejo azurenote.enseed at gmail.com
Mon May 30 08:54:56 PDT 2011


Greeting.

I tried to compile this code with DMD 2.053:

@property bool isZero(float value)
{
return value < float.epsilon;
}

void main()
{
0.1f.isZero;
 readln();
}

But the compiler said,

no property 'isZero' for type 'float'.

I cannot understand this error.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20110531/be0f3d16/attachment.html>


More information about the Digitalmars-d-learn mailing list