PS> [System.Math] | Get-Member -Static -MemberType Methods<o:p></o:p>
<o:p> </o:p>
<o:p> </o:p>
TypeName:System.Math<o:p></o:p>
<o:p> </o:p>
Name MemberType Definition<o:p></o:p>
---- ---------- ----------<o:p></o:p>
Abs Method static System.Single Abs(Single value), static Sy...<o:p></o:p>
Acos Method static System.Double Acos(Double d)<o:p></o:p>
Asin Method static System.Double Asin(Double d)<o:p></o:p>
Atan Method static System.Double Atan(Double d)<o:p></o:p>
Atan2 Method static System.Double Atan2(Double y, Double x)<o:p></o:p>
BigMul Method static System.Int64 BigMul(Int32 a, Int32 b)<o:p></o:p>
Ceiling Method static System.Double Ceiling(Double a), static Sy...<o:p></o:p>
Cos Method static System.Double Cos(Double d)<o:p></o:p>
Cosh Method static System.Double Cosh(Double value)<o:p></o:p>
DivRem Method static System.Int32 DivRem(Int32 a, Int32 b, Int3...<o:p></o:p>
Equals Method static System.Boolean Equals(Object objA, Object ...<o:p></o:p>
Exp Method static System.Double Exp(Double d)<o:p></o:p>
Floor Method static System.Double Floor(Double d), static Syst...<o:p></o:p>
IEEERemainder Method static System.Double IEEERemainder(Double x, Doub...<o:p></o:p>
Log Method static System.Double Log(Double d), static System...<o:p></o:p>
Log10 Method static System.Double Log10(Double d)<o:p></o:p>
Max Method static System.SByte Max(SByte val1, SByte val2), ...<o:p></o:p>
Min Method static System.SByte Min(SByte val1, SByte val2), ...<o:p></o:p>
Pow Method static System.Double Pow(Double x, Double y)<o:p></o:p>
ReferenceEquals Method static System.Boolean ReferenceEquals(Object objA...<o:p></o:p>
Round Method static System.Double Round(Double a), static Syst...<o:p></o:p>
Sign Method static System.Int32 Sign(SByte value), static Sys...<o:p></o:p>
Sin Method static System.Double Sin(Double a)<o:p></o:p>
Sinh Method static System.Double Sinh(Double value)<o:p></o:p>
Sqrt Method static System.Double Sqrt(Double d)<o:p></o:p>
Tan Method static System.Double Tan(Double a)<o:p></o:p>
Tanh Method static System.Double Tanh(Double value)<o:p></o:p>
Truncate Method static System.Decimal Truncate(Decimal d), static...<o:p></o:p>
|
相关推荐
PowerShell的基础教程主要涵盖了它与传统外壳程序的区别、Cmdlet的使用、全新的脚本语言特性和与Windows命令及实用工具的集成。 1. **处理方式的不同**: PowerShell 不像传统的Cmd.exe或其他Unix外壳程序那样处理...
3. **PowerShell的函数、安全和错误调试**:这部分可能讲解了如何定义和使用自定义函数,以及如何确保PowerShell脚本的安全性和调试方法。 学习这些教程,无论是初学者还是有经验的管理员,都能提升在Windows环境中...
--|PowerShell基础教程 --|WindowsPowerShelluserGuide |powershell 中文教程 --|Windows PowerShell 入门指南.pdf --|Windows PowerShell 入门.pdf --|Windows PowerShell 语言快速参考.rtf |Manning.Windows....
【PowerShell基础教程】 PowerShell是一种专为管理和自动化Windows操作系统设计的强大脚本语言,自Windows XP/Server 2003起,它逐渐成为Vista、Server 2008及后续版本的标准组件。PowerShell旨在提升系统管理员的...
【PowerShell基础教程】 PowerShell是一种强大的脚本语言和命令行shell,主要应用于Windows操作系统,如XP、Server 2003、Vista和Server 2008。不同于传统的外壳程序(如Cmd.exe、SH、KSH、CSH和BASH),PowerShell...
PowerShell是一种强大的命令行接口和脚本语言,主要为Windows操作系统设计,支持Windows XP/Server 2003/Vista/Server 2008及更高版本。它的开发代号为Monad,旨在提供更高效、更面向对象的管理工具。传统外壳程序如...
### PowerShell 教程详解 #### 一、PowerShell 概述与重要性 PowerShell 是一个强大的命令行脚本环境,由微软开发并提供支持,主要用于 Windows 系统的管理和自动化任务处理。自 Exchange Server 2007 和 System ...
Win7PowerShell使用教程,学习这个脚本还是有好处的,看看吧
PowerShell是一种功能强大的命令行shell和脚本语言,它由微软开发,主要用于任务自动化和配置管理。PowerShell的功能非常广泛,可以用于系统管理、网络管理、应用程序管理等众多方面。尤其在服务器管理领域,...
3. **脚本语言**:PowerShell使用.NET Framework为基础的脚本语言,支持高级编程结构,如函数、变量、条件语句和循环。 **PowerShell的优势** 包括: 1. **面向对象的输出**:每个命令的结果通常是一个对象,可以...
提供的"Powershell 中文教程"可能涵盖了如何使用PowerShell ISE,这是一个用于编写、测试和调试PowerShell脚本的集成环境。ISE提供了语法高亮、自动完成、调试工具等功能,对于初学者尤其友好。 3. **PowerShell...
- PowerShell 3.0 是在PowerShell 2.0的基础上发展起来的,它增加了许多新的功能和改进,使得用户在执行日常任务和自动化复杂操作时更为高效。 - 通过提供更加丰富的命令行工具和改进的用户体验,PowerShell 3.0...
PowerShell 是一个强大的命令行脚本环境,专为Windows操作系统设计,用于系统管理和应用程序自动化。它不仅扩展了传统的命令提示符(cmd.exe),而且从根本上改变了交互式管理的方式。PowerShell 基于.NET框架,因此...
该外壳程序包括交互式提示和脚本环境,两者既可以独立使用也可以组合使用。 现在win2008,win7都集成了PowerShell,系统不带PowerShell可以自行到官方下载安装即可。 下载地址://www.jb51.net/jiaoben/67200.html ...
PowerShell管理系列教程主要涉及如何使用PowerShell来管理和操作Active Directory(AD),特别是关于用户管理和组织单位(OU)的管理。PowerShell是一种强大的命令行工具,尤其适用于Windows系统管理和自动化任务,...
非常好用的Powershell教程,共享给大家
标题 "exchange/powershell,Java调用powershell开通邮箱" 暗示了这是一个关于使用Java编程语言调用PowerShell脚本在Exchange服务器上创建邮箱的教程或项目。Exchange是微软提供的一款企业级电子邮件服务器软件,而...
监控局域网内:共享打印机 获取打印记录、打印人员、打印文件等详细信息。导出为excel表格