中文字幕天天躁日日躁狠狠躁,最近中文字幕大全免费版在线,最近2019免费中文字幕视频三,亚洲精品无码你懂的,亚洲国产精品成人精品小说

  • 相關(guān)軟件
    >DEGREES 創(chuàng)建者:webmaster 更新時間:2006-02-16 15:51

    當(dāng)給出以弧度為單位的角度時,返回相應(yīng)的以度數(shù)為單位的角度。



    語法


    DEGREES ( numeric_expression )



    參數(shù)


    numeric_expression



    精確數(shù)字或近似數(shù)字?jǐn)?shù)據(jù)類型類別的表達(dá)式(bit 數(shù)據(jù)類型除外)。



    返回代碼值


    返回與 numeric_expression 相同的類型。



    示例


    下例以 PI/2 弧度的角度返回度數(shù)。



    SELECT 'The number of degrees in PI/2 radians is: ' + 
    CONVERT(varchar, DEGREES((PI()/2)))
    GO


    下面是結(jié)果集:



    The number of degrees in PI/2 radians is 90       

    (1 row(s) affected)
    相關(guān)文章
    本頁查看次數(shù):