Gets the value of the coordinate.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
SyntaxPublic ReadOnly Property Value As T
Get
public:
virtual property T Value {
T get () sealed;
}
abstract Value : 'T with get
override Value : 'T with get
Property Value
Type:
TImplements
IMotion<T, TDerivative>.Value
See Also