[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Ermittelt die Determinate für eine Matrix.
Namespace: DynamicNode.Tools.MathematicsAssembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Syntax
C# |
---|
public static float Det( float[,] m ) |
Visual Basic |
---|
Public Shared Function Det ( _ m As Single(,) _ ) As Single |
F# |
---|
static member Det : m:float32[,] -> float32 |
Parameters
- m
- Type: array<System..::..Single,2>[,](,)[,][,]
Die Matrix.
Return Value
Die Determinante.
Exceptions
Exception | Condition |
---|---|
System..::..NotSupportedException | Wird geworfen, wenn die Größe der Matrix nicht unterstützt wird. |