/// <summary> /// CSV形式の文字列で出力する. /// </summary> /// <returns>CSV形式の文字列</returns> public string ToCsv() { return(VectorImpl.ToCsv(this)); }