Matrix3x2.ToString 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回表示這個矩陣的字串。
public:
override System::String ^ ToString();
public override string ToString ();
public override readonly string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
傳回
這個矩陣的字串表示。
備註
傳回字串中的數值會使用目前文化特性的慣例來格式化。 例如,針對 en-US 文化特性,傳回的字串可能會顯示為 { {M11:1.1 M12:1.2} {M21:2.1 M22:2.2} {M31:3.1 M32:3.2} }
。