DoubleCollection.Parse(String) 方法

定义

将双精度数集合的 String 表示形式转换为等效的 DoubleCollection

public:
 static System::Windows::Media::DoubleCollection ^ Parse(System::String ^ source);
public static System.Windows.Media.DoubleCollection Parse (string source);
static member Parse : string -> System.Windows.Media.DoubleCollection
Public Shared Function Parse (source As String) As DoubleCollection

参数

source
String

双精度数集合的 String 表示形式。

返回

返回等效的 DoubleCollection

适用于