AWKitMath.h
IntroductionUse the links in the table of contents to the left to access the documentation. FunctionsAWAbsinline CGFloat AWAbs( CGFloat value) ParametersReturn ValueAbsolute value of `value` DiscussionUse this method to handle 32/64 bit correctly. AWCeilinline CGFloat AWCeil( CGFloat value) ParametersReturn ValueCeil value of `value` DiscussionUse this method to handle 32/64 bit correctly. AWFloorinline CGFloat AWFloor( CGFloat value) ParametersReturn ValueFloor value of `value` DiscussionUse this method to handle 32/64 bit correctly. AWRoundinline CGFloat AWRound( CGFloat value) ParametersReturn ValueRounded value of `value` DiscussionUse this method to handle 32/64 bit correctly. |