Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
YAMP
SqrtFunction
GetValue
YAMP.SqrtFunction.GetValue C# (CSharp) Method
SqrtFunction Class Documentation
显示文件
Open project: FlorianRappl/YAMP
GetValue()
protected
method
protected
GetValue
(
ScalarValue
value
) :
ScalarValue
value
ScalarValue
return
ScalarValue
protected override ScalarValue GetValue(ScalarValue value) { return value.Sqrt(); }
SqrtFunction
GetValue