CartesianHasZeroMagnitude Property |
Gets a value indicating whether the
Magnitude of this instance is zero.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool HasZeroMagnitude { get; }
Public ReadOnly Property HasZeroMagnitude As Boolean
Get
public:
property bool HasZeroMagnitude {
bool get ();
}
member HasZeroMagnitude : bool with get
Property Value
Type:
BooleanSee Also