Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: double? Double(object)

Declaration

public static double? Double(
    object value
)

Summary

Converts the specified object to a nullable double. Returns null if value is null. Throws an ExactConvertException if the object cannot be converted exactly.