| Vector2FIsZero Property |
Indicates if all vector components are zero.
Namespace: Slash.Math.Algebra.VectorsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax public bool IsZero { get; }
Public ReadOnly Property IsZero As Boolean
Get
public:
property bool IsZero {
bool get ();
}
member IsZero : bool with get
Property Value
Type:
BooleanSee Also