Returns the value of the component in this
SingleVector that has the largest absolute
value.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| C# |
public virtual float AbsoluteMax()
|
| Visual Basic (Declaration) |
Public Overridable Function AbsoluteMax As Single
|
| Visual C++ |
public:
virtual float AbsoluteMax()
|
| F# |
abstract AbsoluteMax : unit -> float32
override AbsoluteMax : unit -> float32
|
Return Value
The value of the component in this
SingleVector that has the largest absolute
value.
See Also