Sin() public static method

public static Sin ( Function f ) : Unary
f Function
return Unary
コード例 #1
0
 public static new CachedFunction Sin(Function f)
 {
     return(new CachedFunction(Function.Sin(f)));
 }