Method ToSingle
ToSingle(Decimal128)
Converts the value of the specified Decimal128 to the equivalent float.
public static float ToSingle(Decimal128 d)
Parameters
dDecimal128The number to convert.
Converts the value of the specified Decimal128 to the equivalent float.
public static float ToSingle(Decimal128 d)
d Decimal128The number to convert.