17 lines
253 B
C#
17 lines
253 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace conductortension
|
|||
|
|
{
|
|||
|
|
partial class Core
|
|||
|
|
{
|
|||
|
|
public static double BaoLiuLiangWei(double a)
|
|||
|
|
{
|
|||
|
|
return a;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|