C++ 基礎(chǔ)教程

C++ 流程控制

C++ 函數(shù)

C++ 數(shù)組 & 字符串

C++ 數(shù)據(jù)結(jié)構(gòu)

C++ 類(lèi) & 對(duì)象

C++ 指針

C++ 繼承

C++ STL 教程

C++ 參考手冊(cè)

C++ lround() 函數(shù)使用方法及示例

C++ 庫(kù)函數(shù) <cmath>

C ++中的lround()函數(shù)對(duì)最接近參數(shù)的整數(shù)值進(jìn)行四舍五入,在中間的情況下舍入為零。返回的值是long int類(lèi)型。它類(lèi)似于round()函數(shù),但返回一個(gè)long int,而round返回與輸入相同的數(shù)據(jù)類(lèi)型。

lround()原型[從C ++ 11標(biāo)準(zhǔn)開(kāi)始]

long int lround(double x);
long int lround(float x);
long int lround(long double x);
long int lround(T x); // For integral type

lround()函數(shù)采用單個(gè)參數(shù),并返回long int類(lèi)型的值。此函數(shù)在<cmath>頭文件中定義。

lround()參數(shù)

lround()函數(shù)將單個(gè)參數(shù)值取整。

lround()返回值

lround()函數(shù)返回最接近x的整數(shù)值,中間情況從零舍入。返回的值是long int類(lèi)型。

示例1:lround()如何在C ++中工作?

#include <iostream>
#include <cmath>

using namespace std;

int main()
{   
    long int result;
    double x = 11.16;
    result = lround(x);
    cout << "lround(" << x << ") = " << result << endl;

    x = 13.87;
    result = lround(x);
    cout << "lround(" << x << ") = " << result << endl;
    
    x = 50.5;
    result = lround(x);
    cout << "lround(" << x << ") = " << result << endl;
    
    x = -11.16;
    result = lround(x);
    cout << "lround(" << x << ") = " << result << endl;

    x = -13.87;
    result = lround(x);
    cout << "lround(" << x << ") = " << result << endl;
    
    x = -50.5;
    result = lround(x);
    cout << "lround(" << x << ") = " << result << endl;
    
    return 0;
}

運(yùn)行該程序時(shí),輸出為:

lround(11.16) = 11
lround(13.87) = 14
lround(50.5) = 51
lround(-11.16) = -11
lround(-13.87) = -14
lround(-50.5) = -51

示例2:整數(shù)類(lèi)型的lround()函數(shù)

#include <iostream>
#include <cmath>

using namespace std;

int main()
{
    int x = 15;
    long int result;
    result = lround(x);
    cout << "lround(" << x << ") = " << result << endl;

    return 0;
}

運(yùn)行該程序時(shí),輸出為:

lround(15) = 15

對(duì)于整數(shù)值,應(yīng)用lround函數(shù)將返回與輸入相同的值。所以它在實(shí)際中并不常用來(lái)表示整數(shù)值。

C++ 庫(kù)函數(shù) <cmath>

丰满人妻一级特黄a大片,午夜无码免费福利一级,欧美亚洲精品在线,国产婷婷成人久久Av免费高清