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.3.420.0 (24.3.420.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