コード例 #1
0
 public override bool Deserialize(string strValue, out QuaternionD value) => ParseExtensions.TryParseQuaternionD(strValue, out value);