Diff<>(old, new, comparer, predicate, postProcessor) NewArray<>(size1, size2, size3, initialiser) RunMain(main, onUnhandledMain, onUnhandledThread) RunMain(main, onUnhandledMain, onUnhandledThread)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: double? ParseDouble(string)Declarationpublic static double? ParseDouble(
string value
) Summary
Returns the floating-point number represented by the specified string, or null if the string does not
represent a valid double-precision floating-point number. |