DoubleCollection.Parse(String) 方法

定義

String 的雙精度浮點數 (Double) 集合表示轉換成對等的 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

適用於