コード例 #1
0
ファイル: CBORDoubleBits.cs プロジェクト: ewertons/CBOR
 public float AsSingle(object obj)
 {
     return(CBORUtilities.Int32BitsToSingle(
                CBORUtilities.DoubleToRoundedSinglePrecision((long)obj)));
 }