/// <summary>
/// Converts the value of the specified SqlMoney to its equivalent SqlDouble representation.
/// </summary>
/// <param name="value">An SqlMoney.</param>
/// <returns>The equivalent SqlDouble.</returns>
public static SqlDouble ToSqlDouble(SqlMoney value) { return value.ToSqlDouble(); }