Class MathIFloatingPoint
- Namespace
- Zyl.VectorTraits.Numerics
- Assembly
- VectorTraits.dll
Math functions of IFloatingPoint<TSelf> (IFloatingPoint 的数学函数).
public static class MathIFloatingPoint
- Inheritance
-
MathIFloatingPoint
- Inherited Members
Remarks
Referenced from generic math (参考了泛型数学): https://learn.microsoft.com/en-us/dotnet/standard/generics/math
Methods
- Truncate(double)
Computes the round to zero of value (计算值的向零舍入). It is also known as truncate (它也被称作截断取整). See more: ToZero.
- Truncate(Half)
Computes the round to zero of value (计算值的向零舍入). It is also known as truncate (它也被称作截断取整). See more: ToZero.
- Truncate(float)
Computes the round to zero of value (计算值的向零舍入). It is also known as truncate (它也被称作截断取整). See more: ToZero.
See Also
IFloatingPoint<TSelf>