Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6644849
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:12:55+00:00 2026-05-26T00:12:55+00:00

_screen.brightness = _screen.brightness – 0.1; This line of code gives me an unexpected result.

  • 0
_screen.brightness = _screen.brightness - 0.1;

This line of code gives me an unexpected result.
When I call the NSLog(@"%.2f", _screen.brightness - 0.1); command, then it prints the
-0.00 value. When I test to this if (_screen.brightness == 0), it gives me NO.
Why this happens? Is there any conversion problem?

Here’s my accessor methods in the class of _screen‘s object:

- (CGFloat)brightness {
    return 1 - _dimmingView.alpha;
}

- (void)setBrightness:(CGFloat)brightness {
    if (brightness < self.minValue || brightness > self.maxValue) {
        return;
    }
    _dimmingView.alpha = 1 - brightness;
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T00:12:55+00:00Added an answer on May 26, 2026 at 12:12 am

    Floating point arithmetic doesn’t necessarily give you the precise answers you’re looking for. Better men than I have explained it here: C# float bug? 0.1 – 0.1 = 1.490116E-08. For a different language but the point remains the same.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Why can't I set screen brightness in applicationDidEnterBackground or applicationWillResignActive? This is my code:
This is how I set the brightness programmatically, but if I lock and then
I'm wondering what context stands for in this code, and what shall I insert
I know it's possible to change the brightness of the iphone screen through code
I am trying to set the screen brightness from a widget. We know this
GSEventSetBacklightLevel(BrightnessSlider.value); [[UIApplication sharedApplication] setBacklightLevel:BrightnessSlider.value]; iOS UIScreen has brightness property. Setting it to a different
Is it possible to reduce light(brightness) of screen from code ?
iOS UIScreen has brightness property. Setting it to a different value updates screen brightness.
I'm attempting to change the screen brightness from withing a service, like so: android.provider.Settings.System.putInt(getContentResolver(),
if screen reader fill any content wrong then how to give info (if javascript

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.